From 7c5abd1cc4b20e37a502a18c6f373ea56df45e68 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 4 Mar 2022 14:44:13 +0100 Subject: [PATCH] hook implemnetation --- config/hook_implementations.py | 1 + tmtccmd | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/hook_implementations.py b/config/hook_implementations.py index 1547315..8e3e454 100644 --- a/config/hook_implementations.py +++ b/config/hook_implementations.py @@ -75,6 +75,7 @@ class EiveHookObject(TmTcHookBase): def get_object_ids(self) -> ObjectIdDictT: from config.object_ids import get_object_ids + return get_object_ids() @staticmethod diff --git a/tmtccmd b/tmtccmd index f488c46..236c9e6 160000 --- a/tmtccmd +++ b/tmtccmd @@ -1 +1 @@ -Subproject commit f488c466c958812faab05d23029e09c71cc39f49 +Subproject commit 236c9e642110d76ecb4def19174bb2c608bd9444