Test implementation of eos settings

This commit is contained in:
blitzman
2017-03-05 01:53:19 -05:00
parent ab34b31219
commit 9befaf7c91
4 changed files with 30 additions and 1 deletions

View File

@@ -105,3 +105,7 @@ def defPaths(customSavePath):
# saveddata db location modifier, shouldn't ever need to touch this
eos.config.saveddata_connectionstring = "sqlite:///" + saveDB + "?check_same_thread=False"
eos.config.gamedata_connectionstring = "sqlite:///" + gameDB + "?check_same_thread=False"
# initialize the settings
from service.settings import EOSSettings
eos.config.settings = EOSSettings.getInstance().EOSSettings # this is kind of confusing, but whatever