change user agent (closes #580)
This commit is contained in:
parent
9a9b07257c
commit
18281b2013
2 changed files with 2 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ class Transilien(BaseBrowser):
|
|||
def __init__(self, **kwargs):
|
||||
kwargs['parser'] = Parser
|
||||
BaseBrowser.__init__(self, '', **kwargs)
|
||||
USER_AGENT = BaseBrowser.USER_AGENTS['microb']
|
||||
|
||||
def iter_station_search(self, pattern):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue