This commit is contained in:
none 2024-03-02 15:11:18 +03:00
parent 7af9ba6966
commit c33cc36a96

View File

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