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