diff options
-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): |