This commit is contained in:
2026-06-11 13:18:00 +03:00
parent 92c2c44c1f
commit 36a6ce61ba
+8 -1
View File
@@ -38,5 +38,12 @@ def check_online(message):
{pp}""") {pp}""")
while True:
try:
bot.infinity_polling()
except KeyboardInterrupt:
exit()
except:
pass
bot.infinity_polling()