Mester / demo-day-vikings

The Unlicense
2 stars 1 forks source link

Need better error handling #66

Open tylerphillips55 opened 8 years ago

tylerphillips55 commented 8 years ago

We need better error handling. Rather than hard-code it, I'd like to move it to a function or decorator. At the very least, it needs to be redone in a lot of places. I've already written something.

tylerphillips55 commented 8 years ago

Actually now that we got rid of oAuth stuff, we only really need it once so it'd make more sense to just include it in the same function for which its handling errors.