Skip to content

Commit 61316c4

Browse files
committed
Use correct db file
1 parent b28c71c commit 61316c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swatch/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init_db__(self):
6767

6868
swatch_db.close()
6969

70-
self.db = SqliteQueueDatabase(CONST_DB_FILE)
70+
self.db = SqliteQueueDatabase(db_file)
7171
models = [Detection]
7272
self.db.bind(models)
7373

0 commit comments

Comments
 (0)