base
This commit is contained in:
@@ -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
|
||||
""")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user