projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9946b94
)
Improve terminology in AsyncStream.on_keep_alive
author
Harmon
<Harmon758@gmail.com>
Thu, 29 Apr 2021 10:24:25 +0000
(
05:24
-0500)
committer
Harmon
<Harmon758@gmail.com>
Thu, 29 Apr 2021 10:24:25 +0000
(
05:24
-0500)
tweepy/asynchronous/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/asynchronous/streaming.py
b/tweepy/asynchronous/streaming.py
index 97c05103b611b8ab4fb1948ca2b9fc25104c6eee..c0487bb90ae0f9d22d34ae30c406cab40a61dbd0 100644
(file)
--- a/
tweepy/asynchronous/streaming.py
+++ b/
tweepy/asynchronous/streaming.py
@@
-283,9
+283,9
@@
class AsyncStream:
async def on_keep_alive(self):
"""|coroutine|
- This is called when a keep-alive
message
is received.
+ This is called when a keep-alive
signal
is received.
"""
- log.debug("Received keep-alive
message
")
+ log.debug("Received keep-alive
signal
")
async def on_request_error(self, status_code):
"""|coroutine|