Skip to content

Commit 9be3128

Browse files
authored
Merge pull request #76 from samuelcolvin/default-to-vapid02
use Vapid02 for default Vapid
2 parents 427d89f + b5070a3 commit 9be3128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/py_vapid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,4 @@ def verify(cls, auth):
345345
)
346346

347347

348-
Vapid = Vapid01
348+
Vapid = Vapid02

0 commit comments

Comments
 (0)