let the server.py using the custom config_pathc
This commit is contained in:
@ -150,7 +150,7 @@ def main():
|
|||||||
config_path = value
|
config_path = value
|
||||||
|
|
||||||
if config_path:
|
if config_path:
|
||||||
with open('config.json', 'rb') as f:
|
with open(config_path, 'rb') as f:
|
||||||
config = json.load(f)
|
config = json.load(f)
|
||||||
logging.info('loading config from %s' % config_path)
|
logging.info('loading config from %s' % config_path)
|
||||||
SERVER = config['server']
|
SERVER = config['server']
|
||||||
|
Reference in New Issue
Block a user