mirror of
https://github.com/house-of-vanity/fesmoo_perdoliq.git
synced 2025-07-06 21:54:07 +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