We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d330d commit 527b362Copy full SHA for 527b362
python/py_vapid/main.py
@@ -26,9 +26,9 @@ def main():
26
parser.add_argument('--gen', '-g', help='generate new key pairs',
27
default=False, action="store_true")
28
parser.add_argument('--version2', '-2', help="use RFC8292 VAPID spec",
29
- default=False, action="store_true")
30
- parser.add_argument('--version1', '-1', help="use VAPID spec Draft-01",
31
default=True, action="store_true")
+ parser.add_argument('--version1', '-1', help="use VAPID spec Draft-01",
+ default=False, action="store_true")
32
parser.add_argument('--json', help="dump as json",
33
34
parser.add_argument('--applicationServerKey',
0 commit comments