vaibhavsingh97/random-word

Getting A Lot of Nones'

Opened this issue · 1 comments

git4o commented

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

I also have this issue