Update engine.py

This commit is contained in:
2026-01-20 12:10:13 +01:00
parent 6a907ad16c
commit f1a731d9b8

View File

@@ -82,7 +82,7 @@ class SorterEngine:
if cursor.fetchone()[0] == 0: if cursor.fetchone()[0] == 0:
cursor.executemany( cursor.executemany(
"INSERT OR IGNORE INTO categories VALUES (?)", "INSERT OR IGNORE INTO categories VALUES (?)",
[("_TRASH",), ("Default",), ("Action",), ("Solo",)] [("_TRASH",), ("Default",), ("Action",), ("Solo",), ("control",)]
) )
conn.commit() conn.commit()