clear filter
EIVE/-/pipeline/pr-main Build started... Details

This commit is contained in:
Robin Müller 2023-10-27 12:22:52 +02:00
parent 5821c60eb4
commit ff73746935
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ class PusHandler(SpecificApidHandlerBase):
self.verif_wrapper = wrapper
self.raw_logger = raw_logger
self.hk_level = hk_level
self.hk_filter = HkFilter(object_ids=[ObjectIdU32(STAR_TRACKER_ID)], set_ids=[])
self.these_objs_hk_only = []
self.hk_filter = HkFilter(object_ids=self.these_objs_hk_only, set_ids=[])
def handle_tm(self, packet: bytes, _user_args: any):
# with open("tc.bin", "wb") as of: