Skip to content

Commit

Permalink
Added version to UA.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsoprea committed Apr 2, 2013
1 parent 04c206d commit 4a417bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyschedules/retrieve.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
realm = 'TMSWebServiceRealm'

request_headers = { 'Accept-Encoding': 'gzip',
'User-Agent': 'PySchedules' }
'User-Agent': 'PySchedules/1.1' }

class GzipStream:
def __init__(self, fileobj):
Expand Down

0 comments on commit 4a417bc

Please sign in to comment.