mirror of
https://github.com/house-of-vanity/fesmoo_perdoliq.git
synced 2026-05-07 07:19:58 +00:00
Try to catch telegram api network issues and prevent bot crash.
This commit is contained in:
+4
-2
@@ -141,5 +141,7 @@ def do_action(update):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
try:
|
||||
main()
|
||||
except:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user