aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index ed2a1f7..38c9c75 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -1518,7 +1518,7 @@ class Mastodon:
1518 requires https for this URL. `encrypt_params` is a dict with key parameters that allow 1518 requires https for this URL. `encrypt_params` is a dict with key parameters that allow
1519 the server to encrypt data for you: A public key `pubkey` and a shared secret `auth`. 1519 the server to encrypt data for you: A public key `pubkey` and a shared secret `auth`.
1520 You can generate this as well as the corresponding private key using the 1520 You can generate this as well as the corresponding private key using the
1521 `push_subscription_generate_keys()`_ . 1521 `push_subscription_generate_keys()`_ function.
1522 1522
1523 The rest of the parameters controls what kind of events you wish to subscribe to. 1523 The rest of the parameters controls what kind of events you wish to subscribe to.
1524 1524
Powered by cgit v1.2.3 (git 2.41.0)