@@ -3,7 +3,7 @@ import sqlite3
class Database:
def __init__(self):
self.db_path = "shifts.db"
self.db_path = "data/shifts.db"
self._setup_tables()
pass
The note is not visible to the blocked user.