From 425445e3b56cff374be06f16d8851e874962a18b Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 3 Jun 2024 16:19:37 +0300 Subject: [PATCH] exempt DC as well --- files/helpers/alerts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/alerts.py b/files/helpers/alerts.py index 3476cb421..574d877bb 100644 --- a/files/helpers/alerts.py +++ b/files/helpers/alerts.py @@ -283,6 +283,7 @@ def push_notif(uids, title, body, url_or_comment, chat_id=None): if SITE == 'rdrama.net' and chat_id != 182 and '!jannies' not in body: uids.discard(AEVANN_ID) uids.discard(147) + uids.discard(11031) if isinstance(url_or_comment, Comment): c = url_or_comment