This commit is contained in:
2026-06-11 13:18:19 +03:00
parent 023c4d41f0
commit 88d1a62b79
+1 -1
View File
@@ -137,7 +137,7 @@ def handle_mess(message: Message):
while True: while True:
try: try:
bot.polling(none_stop=True) bot.polling(none_stop=True)
except: KeyboardInterrupt: except KeyboardInterrupt:
exit() exit()
except: except:
pass pass