Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update random_word.py #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update random_word.py #29

wants to merge 1 commit into from

Conversation

fluxie31
Copy link

There should be a reason as to why the program crashes on line 60

@vaibhavsingh97
Copy link
Owner

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 1
           

See the complete overview on Codacy

@@ -146,4 +146,4 @@ def word_of_the_day(self, **kwargs):
})
else:
raise Exception(
"Error occured, No result found. If you think this was a mistake than raise issue at {}".format(self.issue_url))
"Error occured. REASON: Expected 200, got " + str(response.status_code) + ".\nIf you think this was a mistake than raise issue at {}".format(self.issue_url))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants