From dec9fafaeb716b15274e4d5887920a0859ff474d Mon Sep 17 00:00:00 2001 From: Benjamyn Date: Wed, 16 Aug 2017 10:03:23 +1000 Subject: [PATCH] fark --- HTTPy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTPy.py b/HTTPy.py index e4521df..5b3a490 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -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: