diff --git a/config.py b/config.py index c02d78a94..c3dd90bfe 100644 --- a/config.py +++ b/config.py @@ -18,4 +18,4 @@ gamedata = os.path.join(homePath, "eve.db") # saveddata db location modifier, shouldn't ever need to touch this import eos.config eos.config.saveddata_connectionstring = "sqlite:///" + saveddata -eos.config.saveddata_connectionstring = "sqlite:///" + gamedata \ No newline at end of file +eos.config.gamedata_connectionstring = "sqlite:///" + gamedata \ No newline at end of file