* Update database (unpublish Abyssal items, for now)

* Add eve data version and datetime to about window (temp measure until we can get a better about window implemented)
This commit is contained in:
blitzmann
2018-05-29 19:37:55 -04:00
parent a02f863bc8
commit 8ab709e590
5 changed files with 10 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ debug = False
gamedataCache = True
saveddataCache = True
gamedata_version = ""
gamedata_date = ""
gamedata_connectionstring = 'sqlite:///' + realpath(join(dirname(abspath(__file__)), "..", "eve.db"))
pyfalog.debug("Gamedata connection string: {0}", gamedata_connectionstring)