How to write error handler in python – Twitter API
I am querying the twitter api and loading the return values that i want into a variable gotdata = data.values()[1][10]['text'] However this line shows up in the logs when the app crashes How can I make this assignment fail gracefully…