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