- need to check if current "step"'s entries are lesser than expected to
break out loop
}
)
+ if len(doc) < step:
+ # NOISY-DEBUG: print("DEBUG: End of request:", len(doc), step)
+ break
+
# NOISY-DEBUG: print("DEBUG: Raising counter by step:", step)
counter = counter + step
"domain": instance["host"],
"reason": ""
})
+
+ if len(doc) < step:
+ # NOISY-DEBUG: print("DEBUG: End of request:", len(doc), step)
+ break
+
+ # NOISY-DEBUG: print("DEBUG: Raising counter by step:", step)
counter = counter + step
except: