This commit is contained in:
Dreampuf 2013-06-28 23:10:34 -07:00
commit c1dba8683d

View file

@ -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']