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

This commit is contained in:
Nova Cat 2025-01-23 11:30:39 -08:00
parent 999abf3ef8
commit c38124ad2f

View file

@ -25,7 +25,7 @@ motd_file = None
ping_timeout = 255
restrict_ip = ''
global mods
mods = {"sql_provider": None, "command": [], "allsocket": []}
mods = {"sql_provider": None, "command": [], "allsocket": [], "identified": False, "ssl": False}
with open(sys.argv[1], 'r') as file:
global data
data = yaml.safe_load(file)