updated to new tmtccmd

This commit is contained in:
2021-03-20 15:00:36 +01:00
parent 4d737bfc12
commit 5f1803b663
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class CustomGlobalIds(enum.Enum):
def set_globals_pre_args_parsing(gui: bool = False):
set_default_globals_pre_args_parsing(apid=0x65, com_if_id=CoreComInterfaces.TCPIP_UDP)
set_default_globals_pre_args_parsing(gui=gui, apid=0x65, com_if_id=CoreComInterfaces.TCPIP_UDP)
servicelist = get_core_service_dict()
update_global(CoreGlobalIds.CURRENT_SERVICE, CoreServiceList.SERVICE_17)

Submodule tmtccmd updated: 6cdd05fbe1...b52f701792