cannot send tuple
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user