Skip to content

Commit 99669f8

Browse files
authored
Update README.md
In example part, vapid_claims={ "sub": "[email protected]", } It will lead to an error which lacks "mailto" fields.
1 parent bd2d72a commit 99669f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ try:
9898
data="Mary had a little lamb, with a nice mint jelly",
9999
vapid_private_key="path/to/vapid_private.pem",
100100
vapid_claims={
101-
101+
"sub": "mailto:[email protected]",
102102
}
103103
)
104104
except WebPushException as ex:

0 commit comments

Comments
 (0)