Skip to content

Commit e7e677c

Browse files
committed
v2.1.4
1 parent b1a86bd commit e7e677c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

bot/telegram_bot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ def handle_get_transaction(update, context):
685685
return CS.HANDLE_GET_TRANSACTION
686686
except Exception as e:
687687
update.message.reply_text(ERROR_TEXT)
688+
return ConversationHandler.END
688689

689690

690691
def handle_get_overall(update, context):
@@ -720,6 +721,7 @@ def handle_get_overall(update, context):
720721
return CS.HANDLE_GET_OVERALL
721722
except Exception as e:
722723
update.message.reply_text(ERROR_TEXT)
724+
return ConversationHandler.END
723725

724726

725727
def add_income(update, context):

release_notes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,9 @@
8383
- Skip empty cells for payment & category
8484

8585
### For Developer 🧑‍💻
86-
- Remove firebase codes
86+
- Remove firebase codes
87+
88+
89+
## Version 2.1.4 - Date 16 July 2023
90+
### Bug Fix 🛠️
91+
- Added end conversation handler for get day transaction

0 commit comments

Comments
 (0)