From 0b61589dc8ab857594b8f49565f1b11cc12d6167 Mon Sep 17 00:00:00 2001 From: Benjamyn Date: Wed, 16 Aug 2017 10:11:11 +1000 Subject: [PATCH] whoopsie --- HTTPy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTTPy.py b/HTTPy.py index 207d344..a344f55 100755 --- a/HTTPy.py +++ b/HTTPy.py @@ -258,6 +258,6 @@ while running == 1: iterate(subRec, subDomain) for rec in rec2check: if rec != "": - dnsRec, dnsType = newdig(inInput, rec) + dnsRec, dnsType, blank = newdig(inInput, rec) iterate(dnsRec, dnsType) print '\n' \ No newline at end of file