This commit is contained in:
2026-06-11 13:17:59 +03:00
parent 6863579a67
commit febd36b661
+6 -1
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)