diff options
-rw-r--r-- | backend/lib/sync.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/lib/sync.py b/backend/lib/sync.py index 0250fba..8c687c6 100644 --- a/backend/lib/sync.py +++ b/backend/lib/sync.py @@ -193,3 +193,5 @@ def sync_versions(): print("%d packages updated, committing DB transaction" % cnt) db.session.commit() now = datetime.utcnow() + + db.session.commit() |