aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-06-15 20:48:59 +0200
committerLorenz Diener <[email protected]>2017-06-15 20:48:59 +0200
commit03e19e3655c04e467fce863fb9bdc75243f578b4 (patch)
tree756c82822e05528e1940974054bcabbc22330c6f /mastodon/Mastodon.py
parent5ed78fbe8372bc9e87968a2f42031859190df8db (diff)
downloadmastodon.py-03e19e3655c04e467fce863fb9bdc75243f578b4.tar.gz
Small documentation adjustments
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py4
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
Powered by cgit v1.2.3 (git 2.41.0)