This commit is contained in:
parent
999abf3ef8
commit
c38124ad2f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ motd_file = None
|
||||||
ping_timeout = 255
|
ping_timeout = 255
|
||||||
restrict_ip = ''
|
restrict_ip = ''
|
||||||
global mods
|
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:
|
with open(sys.argv[1], 'r') as file:
|
||||||
global data
|
global data
|
||||||
data = yaml.safe_load(file)
|
data = yaml.safe_load(file)
|
||||||
|
|
Loading…
Add table
Reference in a new issue