backup
Void User 2 years ago
parent 9f97755888
commit f0adbd88d0

@ -46,5 +46,10 @@ while True:
ttime = 0 ttime = 0
except Exception as e: except Exception as e:
if e == '[Errno 32] Broken pipe':
sleep(60)
ttime = 59
print("CATCHED")
else:
print(e) print(e)

Loading…
Cancel
Save