Closed ItIsAndrewL closed 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).
reset_database
unique_words.csv
When running the
reset_database
script, an error will be thrown if theunique_words.csv
does does not exist. Instead either create the file or convert to storing the words in the database (due to async concerns).