Skip to content

Commit

Permalink
Add missing volume.commit() call to persist DB changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Apr 17, 2024
1 parent 82506ac commit cf22a73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 10_integrations/covid_datasette.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def prep_db():
table.create_index(["country_or_region"], if_not_exists=True)

print("Syncing DB with volume.")
volume.commit()


# ## Keep it fresh
Expand Down

0 comments on commit cf22a73

Please sign in to comment.