Lets not frack-up eve.db, shall we?

This commit is contained in:
HomeWorld
2010-10-16 03:14:25 +03:00
parent 2128238af9
commit da88395af4

View File

@@ -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
eos.config.gamedata_connectionstring = "sqlite:///" + gamedata