Skip to content

Commit 7333842

Browse files
committed
protocol update wip
1 parent 0961a36 commit 7333842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourceplusplus/control/ContextReceiver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def apply_log(live_log_id, globals, locals):
8585
except Exception:
8686
pass
8787
LiveInstrumentRemote.eb.send(address="spp.processor.status.live-instrument-removed", body={
88-
"log": live_log.to_json(),
88+
"instrument": live_log.to_json(),
8989
"occurredAt": round(time.time() * 1000)
9090
})
9191

0 commit comments

Comments
 (0)