Warning message

main
Bob Mottram 2020-01-17 23:21:56 +00:00
parent 656589a620
commit aff29e1f70
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ def getStatusNumber() -> (str,str):
def isEvil(domain: str) -> bool:
if not isinstance(domain, str):
print('WARN: Malformed domain '+str(domain))
return True
# https://www.youtube.com/watch?v=5qw1hcevmdU
evilDomains=('gab.com','gabfed.com','spinster.xyz','kiwifarms.cc','djitter.com')