reduce init printout

This commit is contained in:
Robin Müller 2022-07-04 10:41:31 +02:00
parent d87e2971b4
commit 1f3e04bde4
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class TcHandler(TcHandlerBase):
def setup_params(hook_obj: TmTcCfgHookBase) -> SetupWrapper:
print(f"-- eive TMTC Commander --")
print(
f"-- tmtccmd v{tmtccmd.__version__} spacepackets v{spacepackets.__version__} --"
f"-- spacepackets v{spacepackets.__version__} --"
)
params = SetupParams()
parser_wrapper = ArgParserWrapper(hook_obj)