added missing or

This commit is contained in:
Benjamyn Love 2017-07-28 11:17:58 +10:00
parent 4a50b40e31
commit 51a921bbd0

View File

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