Skip to content

Commit f77391b

Browse files
committed
real bool
1 parent 6a35fec commit f77391b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourceplusplus/SourcePlusPlus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def __send_connected(self, eb: EventBus):
140140
"probeId": self.probe_config["spp"]["probe_id"],
141141
"connectionTime": round(time.time() * 1000),
142142
"meta": probe_metadata
143-
}, reply_handler=lambda msg: self.__register_remotes(eb, reply_address, msg["body"]["value"]))
143+
}, reply_handler=lambda msg: self.__register_remotes(eb, reply_address, msg["body"]))
144144

145145
def __register_remotes(self, eb, reply_address, status):
146146
eb.unregister_handler(reply_address)

0 commit comments

Comments
 (0)