1
Fork 0
mirror of https://github.com/Steffo99/greed.git synced 2025-03-13 12:17:27 +00:00

remove unnecessary change

This commit is contained in:
Darren 2020-01-29 15:10:28 +02:00
parent 58d766068b
commit 583c2ac280

View file

@ -408,8 +408,6 @@ class ChatWorker(threading.Thread):
Normal bot actions should be placed here."""
# Loop used to returning to the menu after executing a command
while True:
# Before the user reply, update the user data
self.update_user()
# Create a keyboard with the user main menu
keyboard = [[telegram.KeyboardButton(strings.menu_order)],
[telegram.KeyboardButton(strings.menu_order_status)],