fix
This commit is contained in:
parent
fd55e1bef1
commit
1ff0a5e6c5
@ -137,7 +137,7 @@ def handle_mess(message: Message):
|
|||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
bot.polling(none_stop=True)
|
bot.polling(none_stop=True)
|
||||||
except: KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
exit()
|
exit()
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user