better handling of API errors #110

Merged
jvanasco merged 2 commits from master into master 2012-08-25 16:30:03 -07:00
Showing only changes of commit 341fdd8f49 - Show all commits

View file

@ -175,9 +175,6 @@ class Twython(object):
response = func(url, data=params, files=files) response = func(url, data=params, files=files)
content = response.content.decode('utf-8') content = response.content.decode('utf-8')
print response
print response.__dict__
# create stash for last function intel # create stash for last function intel
self._last_call = { self._last_call = {
'api_call': api_call, 'api_call': api_call,