I forgot how my code works aparently

This commit is contained in:
Benjamyn Love 2017-08-16 09:56:21 +10:00
parent 9316f91283
commit 768773c8db

View File

@ -253,5 +253,5 @@ while running == 1:
# print compareSOA(nsRec, inInput, soaRec) # print compareSOA(nsRec, inInput, soaRec)
# print '\n' # print '\n'
for sub in sub2check: for sub in sub2check:
tmpDom = sub + "." + inDomain tmpDom = sub + "." + inInput
print newdig(tmpDom, "A") print newdig(tmpDom, "A")