4 lines
123 B
Python
4 lines
123 B
Python
|
# def write_config():
|
||
|
# with open(config_path, "w") as config_file:
|
||
|
# json.dump(config, config_file, indent=4)
|