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

word_of_the_day returning None #63

Closed Gooselord78 closed 3 years ago

Gooselord78 commented 3 years ago

Describe the bug Instead of returning a json it returns None

To Reproduce Steps to reproduce the behavior:

from random_word import RandomWords
r = RandomWords()
word_of_the_day_dict = json.loads(r.word_of_the_day())

Expected behavior The idea is that it returns a json string

Screenshots image

Environment:

Gooselord78 commented 3 years ago

It has since stopped and started working normally