projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22860f5
)
Remove Stream.api
author
Harmon
<Harmon758@gmail.com>
Tue, 29 Dec 2020 08:02:21 +0000
(
02:02
-0600)
committer
Harmon
<Harmon758@gmail.com>
Tue, 29 Dec 2020 08:02:21 +0000
(
02:02
-0600)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 8e4aaf49af79bc1bc02c5598120327e5ca27b09a..b7e7d5fb762474dc8341e91a76a40c4bfe1b5ea0 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-210,7
+210,6
@@
class Stream:
self.verify = options.get("verify", True)
- self.api = API()
self.headers = options.get("headers") or {}
self.new_session()
self.body = None