Skip to content

Commit

Permalink
Merge pull request #267 from rbpasker/master
Browse files Browse the repository at this point in the history
initialize Api.__auth fixes #119
  • Loading branch information
bear committed Dec 28, 2015
2 parents 2674a54 + e68b6ae commit aa8aacc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twitter/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def __init__(self,
self._debugHTTP = debugHTTP
self._shortlink_size = 19
self._timeout = timeout
self.__auth = None

self._InitializeRequestHeaders(request_headers)
self._InitializeUserAgent()
Expand Down

0 comments on commit aa8aacc

Please sign in to comment.