Skip to content

Commit 9929aa8

Browse files
committed
Revert "v2.1.7 quick fix"
This reverts commit 379724b.
1 parent 379724b commit 9929aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/telegram_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ def setup_handlers(dispatcher):
935935
CommandHandler("addincome", add_income),
936936
CommandHandler("getdaytransaction", get_day_transaction),
937937
CommandHandler("getoverall", get_overall),
938-
CommandHandler("backdate", backlog),
938+
CommandHandler("backlog", backlog),
939939
],
940940
states={
941941
CS.SET_UP: [MessageHandler(Filters.text & ~Filters.command, set_up)],

0 commit comments

Comments
 (0)