>>> r.word_of_the_day()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\billy\AppData\Roaming\Python\Python38\site-packages\random_word\random_word.py", line 148, in word_of_the_day
raise Exception(
Exception: Error occured, No result found. If you think this was a mistake than raise issue at https://github.com/vaibhavsingh97/random-word/issues
To Reproduce
Steps to reproduce the behavior:
open python console
from random_word import RandomWords
r = RandomWords()
r.word_of_the_day()
Expected behavior
shows word of the day
Screenshots
Environment (please complete the following information):
Describe the bug
To Reproduce Steps to reproduce the behavior:
Expected behavior shows word of the day
Screenshots
Environment (please complete the following information):
Additional context ...