diff --git a/Common.py b/Common.py index 3c10854..1b2f53d 100644 --- a/Common.py +++ b/Common.py @@ -62,7 +62,7 @@ network = [{ def reloadConfig(): global config - if(os.path.exists(config.json)): + if(os.path.exists('config.json')): _config_fp = open("config.json", "r", encoding="utf8") _config = json.load(_config_fp) config.update(_config)