fix: improve progress accuracy in slicing mode

This commit is contained in:
unknown
2026-07-07 23:20:26 +08:00
parent 4e093fb24f
commit 036519ca98
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -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'):