diff options
author | Lorenz Diener <[email protected]> | 2018-06-04 17:58:11 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-06-04 17:58:11 +0200 |
commit | b663394c6da1dee2069be6549deed0012d5f0285 (patch) | |
tree | a0fba9e20aca1ca0128f7ee5fba2fed30a0be848 /docs | |
parent | e1bac5b69ee1777a57a565956164bfb1dfd8bb41 (diff) | |
download | mastodon.py-b663394c6da1dee2069be6549deed0012d5f0285.tar.gz |
Streaming error handler
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 55d4495..85b4b60 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -227,6 +227,7 @@ User dicts | |||
227 | # from account_verify_credentials() | 227 | # from account_verify_credentials() |
228 | 'moved_to_account': # If set, an account dict of the account this user has | 228 | 'moved_to_account': # If set, an account dict of the account this user has |
229 | # set up as their moved-to address. | 229 | # set up as their moved-to address. |
230 | 'bot': # Boolean indicating whether this account is automated. | ||
230 | } | 231 | } |
231 | 232 | ||
232 | mastodon.account_verify_credentials()["source"] | 233 | mastodon.account_verify_credentials()["source"] |