Skip to content

Commit

Permalink
report days calculation corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatitka committed Oct 6, 2023
1 parent 55c9eff commit 5643a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/personal_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_start_admin_kb() -> ReplyKeyboardMarkup:
def get_menu_kb() -> ReplyKeyboardMarkup:
keyboard_menu = ReplyKeyboardMarkup(resize_keyboard=True,
one_time_keyboard=True)
keyboard_menu.add('/add_expence').add('/report').add('/start')
keyboard_menu.add('/add_expence').add('/report').add('/menu').add('/start')
return keyboard_menu


Expand Down

0 comments on commit 5643a76

Please sign in to comment.