This commit is contained in:
Void User 2023-01-22 13:23:28 +03:00
parent 9f97755888
commit f0adbd88d0

View File

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