diff --git a/bot.py b/bot.py index 468024f..6d98cae 100644 --- a/bot.py +++ b/bot.py @@ -34,7 +34,7 @@ class Query: if args[0].isdigit(): self.station_id = args[0].strip() else: - self.station_id = search_station(input) + self.station_id = search_station(self.input) def start(update):