diff --git a/config.py b/config.py index 99b6199..65eee97 100644 --- a/config.py +++ b/config.py @@ -13,7 +13,7 @@ except: } } - json_object = json.dumps(dictionary, indent=4) + json_object = json.dumps(data, indent=4) with open("config/config.json", "w") as outfile: outfile.write(json_object)