Skip to content

Instantly share code, notes, and snippets.

@miawgogo
Created July 5, 2016 17:30
Show Gist options
  • Save miawgogo/37192c853c4ccb712d1203410f59e4da to your computer and use it in GitHub Desktop.
Save miawgogo/37192c853c4ccb712d1203410f59e4da to your computer and use it in GitHub Desktop.
if e.code == 404:
say("Bitcoin Average does not have any data on that currency")
elif e.code == 500:
say("bitcoinaverage.com had a server error")
else:
say("I got a " + str(e.code) + " from the server")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment