Skip to content

Commit

Permalink
Bug fixed. (#437) (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC authored Oct 5, 2024
1 parent 123a5bf commit bef35cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leads_vec_rc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def __init__(self) -> None:
super().__init__()
self.client: Client = start_client(config.comm_addr, create_client(config.comm_port, self), True)
self.current_data: dict[str, Any] = DataContainer().to_dict()
self.current_data.update({"report_rate": 0, "cfc_fl": 0, "cfc_fr": 0, "cfc_rl": 0, "cfc_rr": 0})

@override
def on_connect(self, service: Service, connection: Connection) -> None:
Expand Down

0 comments on commit bef35cb

Please sign in to comment.