diff options
author | Lorenz Diener <[email protected]> | 2019-06-22 16:41:32 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-06-22 16:41:32 +0200 |
commit | 71c6bc0f52289cf0408946b7b9e3adb2810e4598 (patch) | |
tree | a0dd7186c6061f09c7bf1af5478861df79f5f71d /docs | |
parent | 903068887e02bc514eaf94520b5dc0827ebfc8c0 (diff) | |
download | mastodon.py-71c6bc0f52289cf0408946b7b9e3adb2810e4598.tar.gz |
Add, document and test stream_healthy
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 898c09a..1851b04 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -1109,6 +1109,7 @@ various exceptions: `MastodonMalformedEventError` if a received event cannot be | |||
1109 | .. automethod:: Mastodon.stream_local | 1109 | .. automethod:: Mastodon.stream_local |
1110 | .. automethod:: Mastodon.stream_hashtag | 1110 | .. automethod:: Mastodon.stream_hashtag |
1111 | .. automethod:: Mastodon.stream_list | 1111 | .. automethod:: Mastodon.stream_list |
1112 | .. automethod:: Mastodon.stream_healthy | ||
1112 | 1113 | ||
1113 | StreamListener | 1114 | StreamListener |
1114 | ~~~~~~~~~~~~~~ | 1115 | ~~~~~~~~~~~~~~ |