Update server.py
All checks were successful
/ check (push) Successful in 12s

This commit is contained in:
Nova Cat 2025-01-25 21:24:53 -08:00
parent 7fb2a000a7
commit eceb5804a5

View file

@ -63,6 +63,7 @@ def getident(hostt:str, clientport:int, ssll:bool):
return {"success": True, "response": v}
return {"success": False, "response": "Unknown error."}
except:
print(traceback.format_exc())
return {"success": False, "response": "Unknown error."}
global mods
mods = {"sql_provider": None, "command": [], "allsocket": [], "identified": False, "ssl": False}