Added progress bar to create set

This commit is contained in:
2024-04-18 22:11:44 +02:00
parent 5a45034d9b
commit e835b8f3a2
4 changed files with 351 additions and 217 deletions

View File

@@ -44,7 +44,7 @@ cursor.execute('''CREATE TABLE IF NOT EXISTS sets (
last_modified_dt TEXT,
mini_col BOOLEAN,
set_check BOOLEAN,
set_col, BOOLEAN,
set_col BOOLEAN,
u_id TEXT
)''')