This commit is contained in:
2026-06-11 13:18:19 +03:00
parent f41fdf72de
commit 023c4d41f0
+6
View File
@@ -134,4 +134,10 @@ def handle_mess(message: Message):
write(data) write(data)
# Start polling # Start polling
while True:
try:
bot.polling(none_stop=True) bot.polling(none_stop=True)
except: KeyboardInterrupt:
exit()
except:
pass