diff options
author | Lorenz Diener <[email protected]> | 2018-06-05 17:37:44 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-06-05 17:37:44 +0200 |
commit | fd21e573e3aa0081eb2aa558404acb403ae2a5e6 (patch) | |
tree | 8902b121f9156842b398eccf101ecab324d14de9 | |
parent | 57520beea7ef83311be10be8acab4b34d2e10bf5 (diff) | |
parent | 0ded906338f0869e8fce35220d8a1d4b21482a4f (diff) | |
download | mastodon.py-fd21e573e3aa0081eb2aa558404acb403ae2a5e6.tar.gz |
Merge branch 'master' of https://github.com/halcy/Mastodon.py
-rw-r--r-- | mastodon/Mastodon.py | 2 |
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. |