Skip to content

Commit

Permalink
Merge pull request #6 from delaguardianick/5
Browse files Browse the repository at this point in the history
Clear error_list after each search
  • Loading branch information
museHD authored Sep 8, 2021
2 parents 90b20e4 + 7a8abef commit 94ee3ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vocab_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def get_ans():
print("The following words may need to be manually searched: ")
for word in error_list:
print(word)
error_list.clear()



Expand Down

0 comments on commit 94ee3ac

Please sign in to comment.