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 38c9c75..c2da613 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -1587,7 +1587,7 @@ class Mastodon:
1587 ### 1587 ###
1588 def push_subscription_generate_keys(self): 1588 def push_subscription_generate_keys(self):
1589 """ 1589 """
1590 Generates a private key, public key and shared secret for use in webpush subscriptionss. 1590 Generates a private key, public key and shared secret for use in webpush subscriptions.
1591 1591
1592 Returns two dicts: One with the private key and shared secret and another with the 1592 Returns two dicts: One with the private key and shared secret and another with the
1593 public key and shared secret. 1593 public key and shared secret.
Powered by cgit v1.2.3 (git 2.41.0)