From 51a921bbd05b6c1af72cbb4bbaa578ab7b87cd6a Mon Sep 17 00:00:00 2001 From: Benajmyn Love Date: Fri, 28 Jul 2017 11:17:58 +1000 Subject: [PATCH] added missing or --- HTTPy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTPy.py b/HTTPy.py index db4e3cd..87fabc9 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -110,7 +110,7 @@ def parseWhois(whioisInfo): for str in whioisInfo: str = str.strip() - if NS.match(str) or D.match(str) or R.match(str) or U.match(str) S.match(str): + if NS.match(str) or D.match(str) or R.match(str) or U.match(str) or S.match(str): if "domain" in str or "Domain" in str and "Name" not in str: if "name" not in str and "ID" not in str: if "ok" in str or "OK" in str: