2.1.0 Release
Set `self.auth` = None so that calls (like searching or getting a profile avatar don't error out) Fixes 90
This commit is contained in:
parent
32a83a6b79
commit
d93b48cded
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue