From 0104e8954affbde3d05a613472b7925ca2f18552 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Tue, 11 Jul 2017 01:17:30 -0400 Subject: [PATCH] Remove the -dev suffix for the user database --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index f63507603..757afcb28 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-dev.db") + saveDB = os.path.join(savePath, "saveddata.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