Skip to content

Commit

Permalink
change path to database in case these sisi releases screw with data
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzmann committed Jun 25, 2017
1 parent 826c73c commit b01c961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b01c961

Please sign in to comment.