Dynamic requests #72
1 changed files with 0 additions and 1 deletions
|
|
@ -240,7 +240,6 @@ class Twython(object):
|
||||||
url = '%s?%s' % (url, urllib.urlencode(params))
|
url = '%s?%s' % (url, urllib.urlencode(params))
|
||||||
else:
|
else:
|
||||||
myargs = params
|
myargs = params
|
||||||
print url
|
|
||||||
|
|
||||||
func = getattr(self.client, method)
|
func = getattr(self.client, method)
|
||||||
response = func(url, data=myargs)
|
response = func(url, data=myargs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue