From aff29e1f70a7d5d0f9cd4f20cb24973624544bcd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 17 Jan 2020 23:21:56 +0000 Subject: [PATCH] Warning message --- utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.py b/utils.py index 835e34b29..e0d757ace 100644 --- a/utils.py +++ b/utils.py @@ -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')