From 64b6f4895e0b3fea4cb06f02d0360b474774a7d7 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 10 Jul 2023 01:18:00 +0300 Subject: [PATCH] remove "or True" --- files/helpers/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index ffe5ea46f..58c6a7888 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -480,7 +480,7 @@ def execute_dylan(v:User): def execute_under_siege(v:User, target:Optional[Union[Post, Comment]], body, kind:str) -> bool: if v.shadowbanned: return - if SITE == 'watchpeopledie.tv' or True: + if SITE == 'watchpeopledie.tv': execute_dylan(v) if v.shadowbanned: return