From 00f2694631ed3b6d3d4ba8f15a76cc6673fad1e7 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Wed, 8 May 2019 17:59:13 +0200 Subject: [PATCH] Add a word about ssh certificates via sessions. Fixes #168. --- mastodon/Mastodon.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index ebdeffc..460b518 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -201,7 +201,8 @@ class Mastodon: Specify `api_base_url` if you want to register an app on an instance different from the flagship one. Specify `website` to give a website for your app. - Specify `session` with a requests.Session for it to be used instead of the deafult. + Specify `session` with a requests.Session for it to be used instead of the deafult. This can be + used to, amongst other things, adjust proxy or ssl certificate settings. Presently, app registration is open by default, but this is not guaranteed to be the case for all future mastodon instances or even the flagship instance in the future.