thejagstudio commited on
Commit
1445589
1 Parent(s): 2332508

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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)