Compare commits

...

1 Commits
main ... backup

Author SHA1 Message Date
Justuser bcc61603a7 Revert "Remove except block and put replace ping"
2 years ago

@ -39,6 +39,10 @@ while True:
ttime = 0 ttime = 0
except Exception as e: except Exception as e:
ping = PINGClient('play.dmcraft.online') if e == '[Errno 32] Broken pipe':
sleep(60)
ttime = 59
print("CATCHED")
else:
print(e) print(e)

Loading…
Cancel
Save