We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0961a36 commit 7333842Copy full SHA for 7333842
sourceplusplus/control/ContextReceiver.py
@@ -85,7 +85,7 @@ def apply_log(live_log_id, globals, locals):
85
except Exception:
86
pass
87
LiveInstrumentRemote.eb.send(address="spp.processor.status.live-instrument-removed", body={
88
- "log": live_log.to_json(),
+ "instrument": live_log.to_json(),
89
"occurredAt": round(time.time() * 1000)
90
})
91
0 commit comments