From 241506749bace4d08196b6aefafdd928aa60a790 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 23 Dec 2024 19:03:59 +0000 Subject: [PATCH] Domain already covered by previous condition --- utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils.py b/utils.py index 2e5433cda..c34246cde 100644 --- a/utils.py +++ b/utils.py @@ -1319,8 +1319,7 @@ def get_status_number(published_str: str = None) -> (str, str): def evil_incarnate() -> []: """Hardcoded blocked domains """ - return ('fedilist.com', 'gab.com', 'gabfed.com', 'spinster.xyz', - 'kiwifarms.cc') + return ('fedilist.com', 'gab.com', 'gabfed.com', 'spinster.xyz') def contains_invalid_chars(json_str: str) -> bool: