make config.py output directly applicable
This commit is contained in:
parent
bc7a4a72f8
commit
945a90c7e1
|
@ -60,4 +60,4 @@ except FileNotFoundError:
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
for category in config:
|
for category in config:
|
||||||
for key in config[category]:
|
for key in config[category]:
|
||||||
print(key + " = " + str(config[category][key]))
|
print(key + "=" + str(config[category][key]))
|
||||||
|
|
Loading…
Reference in a new issue