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