From 5f1803b66393210ded8c5d88fbc28cd8130cef91 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 20 Mar 2021 15:00:36 +0100 Subject: [PATCH] updated to new tmtccmd --- config/globals_config.py | 2 +- tmtccmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/globals_config.py b/config/globals_config.py index 05864ef..3bb5df7 100644 --- a/config/globals_config.py +++ b/config/globals_config.py @@ -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) diff --git a/tmtccmd b/tmtccmd index 6cdd05f..b52f701 160000 --- a/tmtccmd +++ b/tmtccmd @@ -1 +1 @@ -Subproject commit 6cdd05fbe1c4582a23a975a5401bf5fe833c04b8 +Subproject commit b52f70179255695c47a4023f71745b4a67a9f286