diff --git a/server.py b/server.py index 178b681..76065d3 100644 --- a/server.py +++ b/server.py @@ -50,6 +50,7 @@ def getident(hostt:str, clientport:int, ssll:bool): return {"success": False, "response": "The connection was closed."} else: for i, v in enumerate(responsee.split(" ")): + print(v) if i == 0 and v[:-1] != str({clientport}): return {"success": False, "response": "The ident server sent an invalid client port."} elif i == 1 and v != serverport: