fix: variable wrong name

This commit is contained in:
starnakin 2023-06-04 13:18:10 +02:00
parent c72351a221
commit 58c9504d61

View File

@ -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)