From 567deeeafa06c19a2627ffe54b11d4ac332c3f2a Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 26 Jul 2023 15:20:32 +0300 Subject: [PATCH] remove unused assignment --- files/helpers/alerts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,