Skip to content

Commit

Permalink
add note (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswittich authored Jan 6, 2025
1 parent 6ac24f7 commit 22111fa
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 @@ -401,6 +401,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 22111fa

Please sign in to comment.