parent
631253a049
commit
06fbc24444
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def getident(hostt:str, clientport:int, ssll:bool):
|
||||||
return {"success": False, "response": "No user was found by the server."}
|
return {"success": False, "response": "No user was found by the server."}
|
||||||
elif "ERROR :" in responsee:
|
elif "ERROR :" in responsee:
|
||||||
return {"success": False, "response": "The ident server had an error"}
|
return {"success": False, "response": "The ident server had an error"}
|
||||||
elif reponsee = "":
|
elif reponsee == "":
|
||||||
return {"success": False, "response": "The connection was closed."}
|
return {"success": False, "response": "The connection was closed."}
|
||||||
else:
|
else:
|
||||||
for i, v in enumerate(responsee.split(" ")):
|
for i, v in enumerate(responsee.split(" ")):
|
||||||
|
|
Loading…
Add table
Reference in a new issue