diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py index ccc24c058..c40a0f3cb 100644 --- a/files/helpers/alerts.py +++ b/files/helpers/alerts.py @@ -222,7 +222,7 @@ def push_notif(uids, title, body, url_or_comment): def _push_notif_thread(subscriptions, title, body, url): for subscription in subscriptions: try: - response = webpush( + webpush( subscription_info=json.loads(subscription), data=json.dumps({ "title": title,