diff --git a/bot.py b/bot.py index b490219..f683664 100644 --- a/bot.py +++ b/bot.py @@ -168,7 +168,7 @@ def handle_weather(update, context): if len(context.args) == 0: update.message.reply_text('Please provide a name!') return - station_line = search_vvs_station(' '.join(context.args)) + station_line = search_weather_station(' '.join(context.args)) if station_line == 'none': update.message.reply_text('No weather station matching this name found!') return