Supported Proxies #95

Merged
fumieval merged 2 commits from master into master 2012-06-24 12:14:44 -07:00
Showing only changes of commit 3f4e374911 - Show all commits

View file

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