remove hardcoded db

This commit is contained in:
WorldTeacher
2024-05-07 14:20:50 +02:00
parent d79dd61a06
commit f0a7f72f59

View File

@@ -34,7 +34,7 @@ class Database:
Initialize the database and create the tables if they do not exist. 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 Default constructor for the database class