Merge pull request #757 from Hestia-Homes/bug/categorisation-log-error

Categorisation bug fix: Correct syntax in log statements
This commit is contained in:
Daniel Roth 2026-03-02 14:59:26 +00:00 committed by GitHub
commit 16e849f84d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,9 +58,9 @@ async def trigger_categorisation(
num_property_batches: int = math.ceil(len(property_ids) / properties_per_batch)
logger.info("total_plans_to_update", total_plans_to_update)
logger.info("properties_per_batch", properties_per_batch)
logger.info("num_property_buckets", num_property_batches)
logger.info("total_plans_to_update: %s", total_plans_to_update)
logger.info("properties_per_batch: %s", properties_per_batch)
logger.info("num_property_batchess: %s", num_property_batches)
# Create task
task_id, _ = TasksInterface.create_task(