This commit is contained in:
clowwindy 2014-04-23 19:37:08 +08:00
parent 10358ffebd
commit 8d974726bc

View file

@ -163,7 +163,6 @@ def main():
logging.error('found an error in config.json: %s', logging.error('found an error in config.json: %s',
e.message) e.message)
sys.exit(1) sys.exit(1)
logging.info('loading config from %s' % config_path)
else: else:
config = {} config = {}