Skip to content

Commit

Permalink
otaclient_stub: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Nov 26, 2023
1 parent bfe890d commit 08ef7a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions otaclient/app/ota_client_stub.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 08ef7a3

Please sign in to comment.