Devlog: Mar 22, 2025

AnimeTracker

// check if a week has passed when the user opens the app
// if a week has passed, we want to call the Python fn to update the db
// hmm, maybe we should do this in python...
// OKAY! so this function always runs, but what it does is tells the Python fn to run?
// the python fn itself checks if a week has passed...
// We consider a new week on Sunday
// the way we will get data to update once is that we store the lastupdated var as the currentdate when we check data
 // we will simply call the Python fn