remove "or True"

pull/171/head
Aevann 2023-07-10 01:18:00 +03:00
parent b658ce95d9
commit 64b6f4895e
1 changed files with 1 additions and 1 deletions

View File

@ -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