From 2f33a0199cf38f43b8bf6f5951ecb933720515da Mon Sep 17 00:00:00 2001 From: swee Date: Tue, 28 Jan 2025 18:07:17 -0800 Subject: [PATCH] Update server.py --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index 08a867f..36987cf 100644 --- a/server.py +++ b/server.py @@ -199,7 +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) + print(traceback.format_exc()) property_list[nick]["cause"] = "Send error: " + str(ex) print("SHUTTING DOWN FOR " + nick) connection.shutdown(socket.SHUT_WR)