Update engine.py

This commit is contained in:
2026-01-20 12:40:33 +01:00
parent 2456503b09
commit 39fcc8b411

View File

@@ -10,7 +10,6 @@ import concurrent.futures
class SorterEngine:
DB_PATH = "/app/sorter_database.db"
_local = threading.local()
# ==========================================
# DATABASE CONNECTION MANAGEMENT (OPTIMIZED)