aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--steuermann/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/config.py b/steuermann/config.py
index b10881b..f65a365 100644
--- a/steuermann/config.py
+++ b/steuermann/config.py
@@ -1,4 +1,4 @@
-db_creds = '/ssbwebv1/data2/steuermann/steuermann.db'
+db_creds = 'steuermann.db'
def open_db() :
import sqlite3