From c429429dd2dede65c35a0908d150b6c59231072f Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Thu, 23 Oct 2025 08:27:33 +0200 Subject: [PATCH] minor --- eos/kafka_serializer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eos/kafka_serializer.py b/eos/kafka_serializer.py index ebc9865..d76a5a6 100644 --- a/eos/kafka_serializer.py +++ b/eos/kafka_serializer.py @@ -191,6 +191,7 @@ class ESSSerializer: for hist in command.histograms: if hist.topic == KAFKA_TOPICS['histogram']+'_YZ': self._active_histogram_yz = hist.id + logging.debug(f" histogram data_topic: {hist.data_topics}") if hist.topic == KAFKA_TOPICS['histogram']+'_TofZ': self._active_histogram_tofz = hist.id self._start = command.start