fix parse_args conflict
This commit is contained in:
parent
5bdd1540fe
commit
e9ede31053
9 changed files with 14 additions and 12 deletions
|
|
@ -49,7 +49,7 @@ class Traveloob(ReplApplication):
|
|||
|
||||
List all departures for a given station.
|
||||
"""
|
||||
station, arrival = self.parse_args(line, 2, 1)
|
||||
station, arrival = self.parse_command_args(line, 2, 1)
|
||||
|
||||
station_id, backend_name = self.parse_id(station)
|
||||
if arrival:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue