oops fix bad function name
This commit is contained in:
parent
86acc67ccc
commit
d0730472d8
5 changed files with 5 additions and 5 deletions
|
|
@ -48,7 +48,7 @@ class Traveloob(ReplApplication):
|
|||
|
||||
List all departures for a given station.
|
||||
"""
|
||||
station, arrival = self.parseline(line, 2, 1)
|
||||
station, arrival = self.parseargs(line, 2, 1)
|
||||
|
||||
station_id, backend_name = self.parse_id(station)
|
||||
if arrival:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue