This commit is contained in:
parent
25a6af8af9
commit
46b6b0daf2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def getident(hostt:str, clientport:int, ssll:bool):
|
|||
if "ERROR:NO-USER" in responsee:
|
||||
return {"success": False, "response": "No user was found by the server."}
|
||||
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 responsee == "":
|
||||
return {"success": False, "response": "The connection was closed."}
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue