Update to count tracker

This commit is contained in:
Austin Taylor
2017-12-30 14:07:02 -05:00
parent e03860d087
commit 0ba3cdf579
2 changed files with 11 additions and 11 deletions

View File

@ -131,7 +131,7 @@ class qualysWhisperAPI(object):
dataframes = []
_records = []
total = int(self.get_was_scan_count(status=status))
print('Processing %s total scans' % total)
print('Retrieving information for %s scans' % total)
for i in range(0, total):
if i % limit == 0:
if (total - i) < limit: