This commit is contained in:
parent
3ee5f32f5f
commit
2f33a0199c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue