Dynamic requests #72

Merged
michaelhelmick merged 7 commits from dynamic_requests into master 2012-04-09 18:00:20 -07:00
Showing only changes of commit 7205aa402a - Show all commits

View file

@ -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)