none 8 months ago
parent 7af9ba6966
commit c33cc36a96

@ -38,5 +38,12 @@ def check_online(message):
{pp}""") {pp}""")
while True:
try:
bot.infinity_polling()
except KeyboardInterrupt:
exit()
except:
pass
bot.infinity_polling()

Loading…
Cancel
Save