Update engine.py
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user