Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswittich committed Jan 6, 2025
1 parent b509b11 commit a709ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions learning_loop_node/detector/detector_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ async def sync_status_with_learning_loop(self) -> None:

self.log_status_on_change(status.state or 'None', status)

# NOTE: sending organization and project is no longer required!
response = await self.sio_client.call('update_detector', (self.organization, self.project, jsonable_encoder(asdict(status))))
if not response:
self.socket_connection_broken = True
Expand Down

0 comments on commit a709ff4

Please sign in to comment.