EricPostMaster / tea-recommender

MIT License
0 stars 0 forks source link

Correct error with get_first_user() that erased all the previously scraped data! #1

Closed EricPostMaster closed 1 year ago

EricPostMaster commented 1 year ago

This is a git reset back to the "Added some docstrings, yo!" commit because that's the last one that had all the functions written and correct data. After that, I made a mistake and then pushed it to the main branch. I thought the get_first_user function could be used to add specific users, but it actually erases the base list used for future scraping. Whoops. I'll need to write another function that is almost the same but without the magic data disappearing part...