We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9da8f commit 2e656d3Copy full SHA for 2e656d3
motd.py
@@ -47,3 +47,5 @@ def recv_pkt(sk_send):
47
send_pkt(addr, port, timeout)
48
except TimeoutError:
49
log(f"Timeout! Server may be offline or blocked motd request.")
50
+ except ConnectionResetError:
51
+ log(f"Connection Reset! Server may be offline or blocked motd request.")
0 commit comments