From b01c9612515fefe638434f2e205fa4f1ba9bc015 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sun, 25 Jun 2017 01:27:29 -0400 Subject: [PATCH] change path to database in case these sisi releases screw with data --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index ff58376ea..a82631fe0 100644 --- a/config.py +++ b/config.py @@ -91,7 +91,7 @@ def defPaths(customSavePath): os.environ["SSL_CERT_FILE"] = os.path.join(pyfaPath, "cacert.pem").encode('utf8') # The database where we store all the fits etc - saveDB = os.path.join(savePath, "saveddata.db") + saveDB = os.path.join(savePath, "saveddata-dev.db") # The database where the static EVE data from the datadump is kept. # This is not the standard sqlite datadump but a modified version created by eos