Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -112,8 +112,8 @@ if not config.get("transcoded"):
|
|
| 112 |
if not config.get("ui_config"):
|
| 113 |
config["ui_config"] = {}
|
| 114 |
|
| 115 |
-
with open("config.json", "w+") as w:
|
| 116 |
-
json.dump(obj=config, fp=w, sort_keys=True, indent=4)
|
| 117 |
|
| 118 |
print("\033[32mTESTING YOUR CONFIG...\033[0m")
|
| 119 |
# src.functions.tests.tmdb_test(config)
|
|
|
|
| 112 |
if not config.get("ui_config"):
|
| 113 |
config["ui_config"] = {}
|
| 114 |
|
| 115 |
+
#with open("config.json", "w+") as w:
|
| 116 |
+
# json.dump(obj=config, fp=w, sort_keys=True, indent=4)
|
| 117 |
|
| 118 |
print("\033[32mTESTING YOUR CONFIG...\033[0m")
|
| 119 |
# src.functions.tests.tmdb_test(config)
|