You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the read function drops the database from the drive and rebuilds it fresh every time.
A better operation would be to check the 'new' information from the API against the json in the repo_content directory, and only run the update operation if the local data is different tto the return from the API.
The text was updated successfully, but these errors were encountered:
Currently the
read
function drops the database from the drive and rebuilds it fresh every time.A better operation would be to check the 'new' information from the API against the
json
in therepo_content
directory, and only run the update operation if the local data is different tto the return from the API.The text was updated successfully, but these errors were encountered: