add option to specify additional key-value pairs

This commit is contained in:
Mike Fährmann
2018-02-08 23:10:58 +01:00
parent d38bf2f54c
commit 7f7c16ae37
3 changed files with 16 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ def parse_inputfile(file):
continue
elif line[0] == "{":
# url-specfic config spec
# url-specific config spec
try:
cfd = json.loads(line)
except ValueError as exc: