This commit is contained in:
parent
7fb2a000a7
commit
eceb5804a5
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ def getident(hostt:str, clientport:int, ssll:bool):
|
||||||
return {"success": True, "response": v}
|
return {"success": True, "response": v}
|
||||||
return {"success": False, "response": "Unknown error."}
|
return {"success": False, "response": "Unknown error."}
|
||||||
except:
|
except:
|
||||||
|
print(traceback.format_exc())
|
||||||
return {"success": False, "response": "Unknown error."}
|
return {"success": False, "response": "Unknown error."}
|
||||||
global mods
|
global mods
|
||||||
mods = {"sql_provider": None, "command": [], "allsocket": [], "identified": False, "ssl": False}
|
mods = {"sql_provider": None, "command": [], "allsocket": [], "identified": False, "ssl": False}
|
||||||
|
|
Loading…
Add table
Reference in a new issue