Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit aa8aacc

Browse files
committed
Merge pull request #267 from rbpasker/master
initialize Api.__auth fixes #119
2 parents 2674a54 + e68b6ae commit aa8aacc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

twitter/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def __init__(self,
166166
self._debugHTTP = debugHTTP
167167
self._shortlink_size = 19
168168
self._timeout = timeout
169+
self.__auth = None
169170

170171
self._InitializeRequestHeaders(request_headers)
171172
self._InitializeUserAgent()

0 commit comments

Comments
 (0)