Fix counter

This commit is contained in:
magmueller
2024-12-05 23:37:17 +01:00
parent df764c865e
commit 689e2e7b30

View File

@@ -496,7 +496,7 @@ class Controller:
)
if not new_path_hashes.issubset(cached_path_hashes):
# next action requires index but there are new elements on the page
logger.info(f'Something new appeared after action {i + 1} / {len(actions)}')
logger.info(f'Something new appeared after action {i } / {len(actions)}')
break
results.append(await self.act(action, browser_context))