From 03e19e3655c04e467fce863fb9bdc75243f578b4 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 15 Jun 2017 20:48:59 +0200 Subject: Small documentation adjustments --- mastodon/Mastodon.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mastodon/Mastodon.py') 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: If anything is unclear, check the official API docs at https://github.com/Gargron/mastodon/wiki/API - - Supported: - Username-Password Login - OAuth2 """ __DEFAULT_BASE_URL = 'https://mastodon.social' __DEFAULT_TIMEOUT = 300 -- cgit v1.2.3