Merge ceceb7749e
into 2f0222aa00
This commit is contained in:
commit
750e00c7e5
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,8 @@ def main():
|
|||
logging.info('loading config from %s' % config_path)
|
||||
with open(config_path, 'rb') as f:
|
||||
config = json.load(f)
|
||||
else:
|
||||
config = {}
|
||||
optlist, args = getopt.getopt(sys.argv[1:], 's:b:p:k:l:m:c:6')
|
||||
for key, value in optlist:
|
||||
if key == '-p':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue