Skip to content

Commit

Permalink
[update]
Browse files Browse the repository at this point in the history
  • Loading branch information
boke0 committed Mar 6, 2021
1 parent fb7c0ba commit 264d253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mitama/models/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ def push(self, data):
try:
webpush(
subscription_info=json.loads(self.subscription),
data=data,
data=json.dumps(data),
vapid_private_key=self.project.vapid.private_key,
vapid_claims={
"sub": "mailto:{}".format(self.project.vapid.mailto)
Expand Down

0 comments on commit 264d253

Please sign in to comment.