updated tmtc

This commit is contained in:
2021-04-10 22:59:51 +02:00
parent 74c61842c8
commit 8703aeea55
24 changed files with 38 additions and 36 deletions

View File

@ -36,8 +36,9 @@ def set_globals_pre_args_parsing(gui: bool = False):
def add_globals_post_args_parsing(args: argparse.Namespace):
set_default_globals_post_args_parsing(
args=args, custom_service_list=CustomServiceList, custom_mode_list=CustomModeList,
custom_com_if_list=None
args=args, custom_services_list=[CustomServiceList],
custom_modes_list=[CustomModeList],
custom_com_ifs_lists=None
)