fixed syntax error

This commit is contained in:
Lynne Megido 2019-05-30 20:25:10 +10:00
parent 5d746db83f
commit 6b4fa46ae4
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

View File

@ -29,6 +29,8 @@ cfg = {
try:
cfg.update(json.load(open('config.json', 'r')))
except:
pass
if "client" not in cfg:
print("No application info -- registering application with {}".format(cfg['site']))