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