NickA02 / SOTestingEnv

This project aims to create a web-based coding platform specifically tailored for Science Olympiad programming events.
2 stars 0 forks source link

Fix `reset_database` crashing bug #27

Closed ItIsAndrewL closed 3 weeks ago

ItIsAndrewL commented 3 weeks ago

When running the reset_database script, an error will be thrown if the unique_words.csv does does not exist. Instead either create the file or convert to storing the words in the database (due to async concerns).