oops fix bad function name

This commit is contained in:
Romain Bignon 2010-09-24 13:45:50 -04:00
commit d0730472d8
5 changed files with 5 additions and 5 deletions

View file

@ -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: