diff --git a/app/config.py b/app/config.py index 2f09909..9bf06f6 100644 --- a/app/config.py +++ b/app/config.py @@ -70,6 +70,7 @@ class Config(object): def writeConfig(self, type, data): ##-----------------------------------------------------------------------------------## path = os.getcwd() + print(path) if(type == "settings"): print("Writing 'settings.json'") with open(path + 'config/settings.json', 'w') as outfile: