REF: Changed EONA to Elysia

DOC: Added Elysia's image
DOC: Updated everything to reflected the new naming.
This commit is contained in:
Dan
2024-08-12 21:23:02 -04:00
parent 5136842c6c
commit 14ba9ceb98
7 changed files with 9 additions and 9 deletions

View File

@ -11,7 +11,7 @@ from user_data.data_access import DataAccessManager
class Birthday:
def __init__(self, client):
self.client = client
self.db_path = "data/EONA.db"
self.db_path = "data/Elysia.db"
self.logger = logger
self.consent_manager = ConsentManager(self.db_path)
self.data_access_manager = DataAccessManager(self.db_path)