aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dbstore/peewee_store.py')
-rw-r--r--dbstore/peewee_store.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbstore/peewee_store.py b/dbstore/peewee_store.py
index c8d9c22..d05c642 100644
--- a/dbstore/peewee_store.py
+++ b/dbstore/peewee_store.py
@@ -5,7 +5,7 @@ TOOT_VISIBILITY_UNLISTED = "unlisted"
5TOOT_VISIBILITY_PRIVATE = "private" 5TOOT_VISIBILITY_PRIVATE = "private"
6 6
7 7
8db = SqliteDatabase("checkinbot.db") 8db = SqliteDatabase("database/checkinbot.db")
9db.connect(reuse_if_open=True) 9db.connect(reuse_if_open=True)
10 10
11 11
Powered by cgit v1.2.3 (git 2.41.0)