diff --git a/server.py b/server.py index 83b25c9..ebd2dfd 100644 --- a/server.py +++ b/server.py @@ -199,6 +199,7 @@ def pinger(nick, connection): try: connection.sendall(bytes(f"PING {server}\r\n","UTF-8")) except Exception as ex: + print(traceback.format_exc) property_list[nick]["cause"] = "Send error: " + str(ex) print("SHUTTING DOWN FOR " + nick) connection.shutdown(socket.SHUT_WR)