From e5cc0c93e5d7413e54a9ecce581062decca0594b Mon Sep 17 00:00:00 2001 From: lkoester Date: Fri, 24 Feb 2023 07:29:58 +0100 Subject: [PATCH] added py client changes --- pyclient/main copy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyclient/main copy.py b/pyclient/main copy.py index a8776db..08300f7 100644 --- a/pyclient/main copy.py +++ b/pyclient/main copy.py @@ -268,6 +268,7 @@ class TcHandler(TcHandlerBase): pus_tc_wrapper = entry_helper.to_pus_tc_entry() raw_tc = pus_tc_wrapper.pus_tc.pack() _LOGGER.info(f"Sending {pus_tc_wrapper.pus_tc}") + _LOGGER.info(f"raw data: {pus_tc_wrapper.pus_tc.app_data}") send_params.com_if.send(raw_tc) elif entry_helper.entry_type == TcQueueEntryType.LOG: log_entry = entry_helper.to_log_entry()