global-button #1

Merged
Ethanfel merged 7 commits from global-button into main 2026-01-19 14:19:43 +01:00
Showing only changes of commit 19852d5353 - Show all commits

View File

@@ -8,7 +8,7 @@ class SorterEngine:
DB_PATH = "/app/sorter_database.db"
# --- 1. DATABASE INITIALIZATION ---
@staticmethod
@staticmethod
def init_db():
"""Initializes tables, including the new HISTORY log."""
conn = sqlite3.connect(SorterEngine.DB_PATH)