Requests image posting #91

Merged
michaelhelmick merged 7 commits from requests_image_posting into master 2012-06-24 13:02:38 -07:00
Showing only changes of commit d93b48cded - Show all commits

View file

@ -145,6 +145,7 @@ class Twython(object):
self.headers = {'User-agent': 'Twython Python Twitter Library v' + __version__}
self.client = None
self.auth = None
if self.app_key is not None and self.app_secret is not None:
self.auth = OAuth1(self.app_key, self.app_secret,