diff options
author | Lorenz Diener <[email protected]> | 2017-06-15 20:48:59 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-06-15 20:48:59 +0200 |
commit | 03e19e3655c04e467fce863fb9bdc75243f578b4 (patch) | |
tree | 756c82822e05528e1940974054bcabbc22330c6f /mastodon | |
parent | 5ed78fbe8372bc9e87968a2f42031859190df8db (diff) | |
download | mastodon.py-03e19e3655c04e467fce863fb9bdc75243f578b4.tar.gz |
Small documentation adjustments
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index ce7e1d0..8eed5cd 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -22,10 +22,6 @@ class Mastodon: | |||
22 | 22 | ||
23 | If anything is unclear, check the official API docs at | 23 | If anything is unclear, check the official API docs at |
24 | https://github.com/Gargron/mastodon/wiki/API | 24 | https://github.com/Gargron/mastodon/wiki/API |
25 | |||
26 | Supported: | ||
27 | Username-Password Login | ||
28 | OAuth2 | ||
29 | """ | 25 | """ |
30 | __DEFAULT_BASE_URL = 'https://mastodon.social' | 26 | __DEFAULT_BASE_URL = 'https://mastodon.social' |
31 | __DEFAULT_TIMEOUT = 300 | 27 | __DEFAULT_TIMEOUT = 300 |