cannot send tuple

This commit is contained in:
2025-10-16 18:37:34 +02:00
parent e692349df5
commit 56c649c87f

View File

@@ -76,7 +76,7 @@ def accumulate(accumulator_addr, bsread_port):
for pulse_id, data in ready:
timestamp = results["timestamp"]
timestamp = make_bsread_timestamp(timestamp, pulse_id)
data["bsread_timestamp_secs"] = data["bsread_timestamp_nanos"] = timestamp
data["bsread_timestamp_secs"], data["bsread_timestamp_nanos"] = timestamp
sender.send(pulse_id=pulse_id, data=data, timestamp=timestamp)