Merge "Reference to unknown CONF in fakemode.py"
This commit is contained in:
commit
835cbb8477
@ -42,7 +42,7 @@ def main(conf):
|
||||
start_server(conf)
|
||||
else:
|
||||
print("Starting server:%s" % pid)
|
||||
pid_file = CONF.pid_file
|
||||
pid_file = conf.pid_file
|
||||
with open(pid_file, 'w') as f:
|
||||
f.write(str(pid))
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user