Remove except block and put replace ping

This commit is contained in:
2026-06-11 13:17:59 +03:00
parent 3af3c781b9
commit 2d021e54b4
+1 -5
View File
@@ -39,10 +39,6 @@ while True:
ttime = 0 ttime = 0
except Exception as e: except Exception as e:
if e == '[Errno 32] Broken pipe': ping = PINGClient('play.dmcraft.online')
sleep(60)
ttime = 59
print("CATCHED")
else:
print(e) print(e)