Skip to content

Commit

Permalink
Merge branch 'main' into release/v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang authored May 16, 2024
2 parents f92c29c + a9af2fd commit 3a99f13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions otaclient/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

from .common import read_str_from_file, write_str_to_file_sync
from .configs import config as cfg
from .configs import ecu_info
from .log_setting import configure_logging
from .ota_client_service import launch_otaclient_grpc_server
from .proto import ota_metafiles, v2, v2_grpc, wrapper # noqa: F401
Expand Down Expand Up @@ -54,6 +55,7 @@ def _check_other_otaclient():
def main():
logger.info("started")
logger.info(f"otaclient version: {__version__}")
logger.info(f"ecu_info.yaml: \n{ecu_info}")

# start the otaclient grpc server
_check_other_otaclient()
Expand Down

0 comments on commit 3a99f13

Please sign in to comment.