From 19852d53538b2ec0d051c19dc3405018207ff27a Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Mon, 19 Jan 2026 14:10:00 +0100 Subject: [PATCH] Update engine.py --- engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine.py b/engine.py index 0630eb6..c7e3f38 100644 --- a/engine.py +++ b/engine.py @@ -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)