pass scenario id to already processed check

This commit is contained in:
Daniel Roth 2026-06-26 11:32:17 +00:00
parent f811b39fa1
commit 7f552edc0d

View file

@ -108,7 +108,7 @@ def main() -> None:
completed: set[int] = set()
if COMPLETED_SINCE is not None:
completed = _completed_property_ids(COMPLETED_SINCE)
completed = _completed_property_ids(COMPLETED_SINCE, SCENARIO_ID)
logger.info(
f"skipping {len(completed)} properties already completed since {COMPLETED_SINCE}"
)