fix instanciation of parser
This commit is contained in:
parent
a1f3452c62
commit
fa5c6ba5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class Transilien(Browser):
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
Browser.__init__(self, '', parser=Parser)
|
Browser.__init__(self, '', parser=Parser())
|
||||||
|
|
||||||
def iter_station_search(self, pattern):
|
def iter_station_search(self, pattern):
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue