projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c161f9
)
Fix formatting inconsistency in Stream._run
author
Harmon
<Harmon758@gmail.com>
Sun, 27 Dec 2020 00:25:49 +0000
(18:25 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sun, 27 Dec 2020 00:25:49 +0000
(18:25 -0600)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 865a55eece9a24d6084a234df1b714e44aef3910..3010aaa532f4a91df4cb7d4b099b6b8b2ce7761f 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-270,7
+270,7
@@
class Stream(object):
stream=True,
auth=auth,
verify=self.verify,
- proxies
=
self.proxies)
+ proxies
=
self.proxies)
if resp.status_code != 200:
if self.listener.on_error(resp.status_code) is False:
break