fixed the mistake that prints proxies to console for debugging.

This commit is contained in:
fumieval 2012-06-03 18:43:09 +09:00
parent 7caa688146
commit 3f4e374911

View file

@ -162,7 +162,6 @@ class Twython(object):
if self.client is None:
# If they don't do authentication, but still want to request
# unprotected resources, we need an opener.
print proxies
self.client = requests.session(proxies=proxies)
# register available funcs to allow listing name when debugging.