Get rid of print
This commit is contained in:
parent
703012ef29
commit
7205aa402a
1 changed files with 0 additions and 1 deletions
|
|
@ -240,7 +240,6 @@ class Twython(object):
|
|||
url = '%s?%s' % (url, urllib.urlencode(params))
|
||||
else:
|
||||
myargs = params
|
||||
print url
|
||||
|
||||
func = getattr(self.client, method)
|
||||
response = func(url, data=myargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue