This commit is contained in:
justuser-31 2025-08-20 16:32:08 +00:00
parent 9652b34ce9
commit fd55e1bef1

View File

@ -134,4 +134,10 @@ def handle_mess(message: Message):
write(data)
# Start polling
while True:
try:
bot.polling(none_stop=True)
except: KeyboardInterrupt:
exit()
except:
pass