This commit is contained in:
parent
a91e98b9c2
commit
a2fe2289a3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,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 responsee == "":
|
||||||
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