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