This commit is contained in:
Benjamyn Love 2017-08-16 10:03:23 +10:00
parent 2b5ad0ba3e
commit dec9fafaeb

View File

@ -175,7 +175,7 @@ def dig(inDomain, record):
iterate(test, record)
return test
def newdig(inDomain, record, ""):
def newdig(inDomain, record, sub=""):
try:
dig = subprocess.check_output(["dig", record, "+short", inDomain])
except Exception as e: