Commit 73c72da3 authored by 广宏伟's avatar 广宏伟

Merged in dev (pull request #95)

[Update] Add debug message
parents 48777186 2999b17e
......@@ -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