bfontaine / crosswords

Crosswords help in the terminal
MIT License
4 stars 1 forks source link

requests.get can fail with an exception #3

Closed svisser closed 9 years ago

svisser commented 10 years ago

The requests.get calls can fail for numerous reasons (not being connected to the internet, your site being down, etc) which now leads to an exception (a subclass of requests.exceptions.RequestException). It would be nice if the program handled this and displayed an appropriate message to the user.

bfontaine commented 10 years ago

Right, thanks for the issue.