Commit 2999b17e authored by ibuler's avatar ibuler

[Update] Add debug message

parent 48028693
......@@ -313,4 +313,7 @@ except ImportError:
pass
if not config['NAME']:
config['NAME'] = default_config['NAME']
print("RUN GET CONFIG")
print(config['NAME'])
config['NAME'] = socket.gethostname()
print(config['NAME'])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment