diff options
author | Lorenz Diener <[email protected]> | 2018-06-04 20:05:11 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-06-04 20:05:11 +0200 |
commit | 0882c91cfc381d30113b50927014a1e83a76733f (patch) | |
tree | 791023f09b289f5268a7cb75622e5a1296506167 | |
parent | 2b08e2ec831e3bf5fe7de76ed2d135f0bbb68ec7 (diff) | |
download | mastodon.py-0882c91cfc381d30113b50927014a1e83a76733f.tar.gz |
Clarify streaming docs
-rw-r--r-- | mastodon/streaming.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mastodon/streaming.py b/mastodon/streaming.py index 416f271..8c3ec19 100644 --- a/mastodon/streaming.py +++ b/mastodon/streaming.py | |||
@@ -26,8 +26,7 @@ class StreamListener(object): | |||
26 | pass | 26 | pass |
27 | 27 | ||
28 | def on_abort(self): | 28 | def on_abort(self): |
29 | """Some error happened that requires that the connection should | 29 | """There was a connection error or read timeout.""" |
30 | be aborted (or re-established)""" | ||
31 | pass | 30 | pass |
32 | 31 | ||
33 | def on_delete(self, status_id): | 32 | def on_delete(self, status_id): |