fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2024-11-07 22:05:13 +01:00
parent 51995fc489
commit fbb9aa6665

View File

@ -63,7 +63,7 @@ def process_message(box_name, topic_key, payload, context):
context['client'].publish(publish_topic, result_message)
logger.info(f"[{box_name}] Result published on '{publish_topic}': {status} {result_message}")
statustext_topic = f"{context['statustext_topic_prefix']}/{box['label']}"
statustext_topic = f"{context['statustext_topic_prefix']}{box['label']}"
context['client'].publish(statustext_topic, f"{local_context}")
logger.info(f"[{box_name}] Local context after: {local_context}")