mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
commit changes first
This commit is contained in:
parent
431640605f
commit
498790d221
1 changed files with 2 additions and 1 deletions
|
|
@ -27,8 +27,9 @@ def batch_update_library_items(conn):
|
|||
LIMIT {batch_size}
|
||||
)
|
||||
""")
|
||||
rows_updated = cursor.rowcount
|
||||
conn.commit()
|
||||
|
||||
rows_updated = cursor.rowcount
|
||||
if rows_updated == 0:
|
||||
break
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue