Domain already covered by previous condition

merge-requests/30/head
Bob Mottram 2024-12-23 19:03:59 +00:00
parent 8e67d4910f
commit 241506749b
1 changed files with 1 additions and 2 deletions

View File

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