From e336b6174f0bc9c04e8e104552276d67f1fdca0c Mon Sep 17 00:00:00 2001 From: ATATC Date: Sat, 5 Oct 2024 09:58:35 -0400 Subject: [PATCH] Bug fixed. (#437) --- leads_vec_rc/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/leads_vec_rc/cli.py b/leads_vec_rc/cli.py index c58c931..2c5761e 100644 --- a/leads_vec_rc/cli.py +++ b/leads_vec_rc/cli.py @@ -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: