Skip to content

Commit

Permalink
Fix skip
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaip committed May 8, 2022
1 parent 3b629a4 commit edffeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def handler(message):
message.text = None
nameOfTheDeceased(message)
else:
if message.text != None and message.text != 'Пропустить':
if message.text != None and message.text != 'Пропустить ⏭️':
user.birthDay = message.text
gravePhoto(message)
bot.register_next_step_handler(mesg, handler)
Expand Down

0 comments on commit edffeba

Please sign in to comment.