fix pyflakes error on user agent
This commit is contained in:
parent
7f9743f357
commit
ece1eaee13
1 changed files with 1 additions and 1 deletions
|
|
@ -120,11 +120,11 @@ class Transilien(BaseBrowser):
|
|||
'https://www\.transilien\.com/web/ITProchainsTrains\.do\?.*': RoutePage
|
||||
}
|
||||
PROTOCOL = 'https'
|
||||
USER_AGENT = BaseBrowser.USER_AGENTS['microb']
|
||||
|
||||
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