diff --git a/src/backend/database.py b/src/backend/database.py index a6a0b26..fa67d0f 100644 --- a/src/backend/database.py +++ b/src/backend/database.py @@ -34,7 +34,7 @@ class Database: Initialize the database and create the tables if they do not exist. """ - def __init__(self, db_path: str = "sap.db"): + def __init__(self, db_path: str = None): """ Default constructor for the database class