From 08ef7a3678bc41689a8d2f6a53005b34e760bb6a Mon Sep 17 00:00:00 2001 From: "bodong.yang" Date: Sun, 26 Nov 2023 09:38:04 +0000 Subject: [PATCH] otaclient_stub: remove unused --- otaclient/app/ota_client_stub.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/otaclient/app/ota_client_stub.py b/otaclient/app/ota_client_stub.py index 7da859b3d..489b95096 100644 --- a/otaclient/app/ota_client_stub.py +++ b/otaclient/app/ota_client_stub.py @@ -729,8 +729,6 @@ def __init__(self, *, ecu_info: ECUInfo, _proxy_cfg=proxy_cfg): ) self.ecu_info = ecu_info - self.listen_addr = ecu_info.ip_addr - self.listen_port = cfg.SERVER_PORT self.my_ecu_id = ecu_info.ecu_id self._otaclient_control_flags = OTAClientControlFlags()