diff options
author | Lorenz Diener <[email protected]> | 2019-05-08 17:59:13 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-05-08 17:59:13 +0200 |
commit | 00f2694631ed3b6d3d4ba8f15a76cc6673fad1e7 (patch) | |
tree | b7b8febaea7c0c39738e149806893e20a7f836b6 /mastodon | |
parent | 8675b25dcfc4a0da1e2dbcff07a359a83d32dd4a (diff) | |
download | mastodon.py-00f2694631ed3b6d3d4ba8f15a76cc6673fad1e7.tar.gz |
Add a word about ssh certificates via sessions.
Fixes #168.
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 3 |
1 files changed, 2 insertions, 1 deletions
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: | |||
201 | Specify `api_base_url` if you want to register an app on an instance different from the flagship one. | 201 | Specify `api_base_url` if you want to register an app on an instance different from the flagship one. |
202 | Specify `website` to give a website for your app. | 202 | Specify `website` to give a website for your app. |
203 | 203 | ||
204 | Specify `session` with a requests.Session for it to be used instead of the deafult. | 204 | Specify `session` with a requests.Session for it to be used instead of the deafult. This can be |
205 | used to, amongst other things, adjust proxy or ssl certificate settings. | ||
205 | 206 | ||
206 | Presently, app registration is open by default, but this is not guaranteed to be the case for all | 207 | Presently, app registration is open by default, but this is not guaranteed to be the case for all |
207 | future mastodon instances or even the flagship instance in the future. | 208 | future mastodon instances or even the flagship instance in the future. |