better handling of API errors #110
1 changed files with 0 additions and 3 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue