vaibhavsingh97 / random-word

This is a simple python package to generate random english words
https://pypi.org/project/random-word/
MIT License
123 stars 25 forks source link

Getting A Lot of Nones' #83

Open git4o opened 2 years ago

git4o commented 2 years ago

When I run the following code: from random_word import RandomWords r = RandomWords()

print(r.get_random_word()) Like 50% of the time I am getting the word None Otherwise, It works great and Ithink it is a great module!

image
odysseuskir commented 2 years ago

I also have this issue