diff options
author | Lorenz Diener <[email protected]> | 2018-06-05 17:58:13 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-06-05 17:58:13 +0200 |
commit | 3209c468d519185836a5aed7b37911c6672272d6 (patch) | |
tree | 25fe09d5ca9dfa54c9662321ff747e9661a79f66 /docs | |
parent | b08c05e6de786b5fc0dc3189e73b6192e6e198b6 (diff) | |
download | mastodon.py-3209c468d519185836a5aed7b37911c6672272d6.tar.gz |
Update docs with access token only constructor
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index fc8c003..eaedd78 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -31,7 +31,6 @@ Mastodon.py | |||
31 | 31 | ||
32 | # Create actual API instance | 32 | # Create actual API instance |
33 | mastodon = Mastodon( | 33 | mastodon = Mastodon( |
34 | client_id = 'pytooter_clientcred.secret', | ||
35 | access_token = 'pytooter_usercred.secret', | 34 | access_token = 'pytooter_usercred.secret', |
36 | api_base_url = 'https://mastodon.social' | 35 | api_base_url = 'https://mastodon.social' |
37 | ) | 36 | ) |