some cleaning up and some bugfixes
All checks were successful
EIVE/-/pipeline/pr-main This commit looks good

This commit is contained in:
2024-01-25 13:27:10 +01:00
parent f3eecfa8ac
commit 813f92f3d4
2 changed files with 11 additions and 10 deletions

View File

@ -75,9 +75,9 @@ def handle_hk_packet(
if named_obj_id in hk_filter.object_ids:
handle_regular_hk_print(
printer=printer,
packet_uuid=packet_uuid,
object_id=named_obj_id,
hk_packet=tm_packet,
tm_packet=tm_packet.pus_tm,
hk_data=hk_data,
db=db_con,
)