aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-05 17:37:44 +0200
committerLorenz Diener <[email protected]>2018-06-05 17:37:44 +0200
commitfd21e573e3aa0081eb2aa558404acb403ae2a5e6 (patch)
tree8902b121f9156842b398eccf101ecab324d14de9
parent57520beea7ef83311be10be8acab4b34d2e10bf5 (diff)
parent0ded906338f0869e8fce35220d8a1d4b21482a4f (diff)
downloadmastodon.py-fd21e573e3aa0081eb2aa558404acb403ae2a5e6.tar.gz
Merge branch 'master' of https://github.com/halcy/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 dbf1ff2..b5c82f8 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -1588,7 +1588,7 @@ class Mastodon:
1588 ### 1588 ###
1589 def push_subscription_generate_keys(self): 1589 def push_subscription_generate_keys(self):
1590 """ 1590 """
1591 Generates a private key, public key and shared secret for use in webpush subscriptionss. 1591 Generates a private key, public key and shared secret for use in webpush subscriptions.
1592 1592
1593 Returns two dicts: One with the private key and shared secret and another with the 1593 Returns two dicts: One with the private key and shared secret and another with the
1594 public key and shared secret. 1594 public key and shared secret.
Powered by cgit v1.2.3 (git 2.41.0)