This commit is contained in:
justuser-31 2025-08-20 16:33:05 +00:00
parent fd55e1bef1
commit 1ff0a5e6c5

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