fix
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user