type
This commit is contained in:
parent
88369b1243
commit
5b26b61492
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ def session(connection, client):
|
||||||
finished = True
|
finished = True
|
||||||
elif command == "PING":
|
elif command == "PING":
|
||||||
e = text.split(" ")[1]
|
e = text.split(" ")[1]
|
||||||
print("Replying with " + f":{server} PONG {server} :{e}\r\n")
|
print("Replying with \"" + str([f":{server} PONG {server} :{e}\r\n"]) + "\"")
|
||||||
connection.sendall(bytes(f":{server} PONG {server} :{e}\r\n","UTF-8"))
|
connection.sendall(bytes(f":{server} PONG {server} :{e}\r\n","UTF-8"))
|
||||||
elif (ready and already_set) and finished:
|
elif (ready and already_set) and finished:
|
||||||
if command == "JOIN":
|
if command == "JOIN":
|
||||||
|
|
Loading…
Reference in a new issue