mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
pass scenario id to already processed check
This commit is contained in:
parent
f811b39fa1
commit
7f552edc0d
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ def main() -> None:
|
||||||
|
|
||||||
completed: set[int] = set()
|
completed: set[int] = set()
|
||||||
if COMPLETED_SINCE is not None:
|
if COMPLETED_SINCE is not None:
|
||||||
completed = _completed_property_ids(COMPLETED_SINCE)
|
completed = _completed_property_ids(COMPLETED_SINCE, SCENARIO_ID)
|
||||||
logger.info(
|
logger.info(
|
||||||
f"skipping {len(completed)} properties already completed since {COMPLETED_SINCE}"
|
f"skipping {len(completed)} properties already completed since {COMPLETED_SINCE}"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue