fix: improve progress accuracy in slicing mode
This commit is contained in:
@@ -415,6 +415,7 @@ def main(driver: Chrome, logger = logging.getLogger('main')):
|
||||
if (sent := cell(index, column.sent).value) is not None and str(sent).strip():
|
||||
logger.info("[%d/%d] Already visited; skipping '%s'", index-1, limit-1, email)
|
||||
occurrence[code] += 1
|
||||
progress['omit'] += 1
|
||||
raise Skip()
|
||||
|
||||
match options.get('occurrence'):
|
||||
|
||||
Reference in New Issue
Block a user