Use correct formula. \o/

(cherry picked from commit b20b6c1)
This commit is contained in:
Ebag333
2017-03-23 14:48:17 -07:00
parent 4a9638767d
commit 13305d9ee1
3 changed files with 1034 additions and 6 deletions

View File

@@ -29,7 +29,8 @@ pyfalog = Logger(__name__)
class SettingsProvider(object):
BASE_PATH = os.path.join(config.savePath, 'settings')
if config.savePath:
BASE_PATH = os.path.join(config.savePath, 'settings')
settings = {}
_instance = None