DOC: Fixed some names that didn't get changed
FIX: Import for user_data has been corrected to use the correct folder now.
This commit is contained in:
@ -4,7 +4,7 @@ from logger import logger
|
||||
|
||||
|
||||
class ConsentManager:
|
||||
def __init__(self, db_path="data/EONA.db"):
|
||||
def __init__(self, db_path="data/elysia.db"):
|
||||
self.db_path = db_path
|
||||
self.ensure_db()
|
||||
|
||||
|
Reference in New Issue
Block a user