fixed .db

This commit is contained in:
Lorenze Jay
2024-07-15 09:04:53 -07:00
parent 6bb909d77a
commit 79912a87df

View File

@@ -14,7 +14,7 @@ class KickoffTaskOutputsSQLiteStorage:
"""
def __init__(
self, db_path: str = f"{db_storage_path()}/long_term_memory_storage.dbs"
self, db_path: str = f"{db_storage_path()}/long_term_memory_storage.db"
) -> None:
self.db_path = db_path
self._printer: Printer = Printer()