feat:update to postgress over sqllite
Local Docker Build (Dev) / build-dev (push) Successful in 3s

This commit is contained in:
2025-10-17 20:47:25 -04:00
parent 5ecf46df92
commit e89cbca125
4 changed files with 344 additions and 142 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ def initialize_components():
start_time = datetime.now(timezone.utc)
# Initialize core components
db = NFOGuardDatabase(config.db_path)
db = NFOGuardDatabase(config=config)
nfo_manager = NFOManager(config.manager_brand, config.debug)
path_mapper = PathMapper(config)