This commit is contained in:
mike
2025-12-12 23:04:51 +01:00
parent 56b2db82fc
commit 87550e426a
14 changed files with 132 additions and 122 deletions

View File

@@ -241,7 +241,7 @@ def train_from_database(
cursor = db_connection.cursor()
cursor.execute("""
SELECT path, category
FROM files_bak
FROM files
WHERE category IS NOT NULL
""")