another small fix
This commit is contained in:
parent
dccbf89da1
commit
067a016040
@ -500,7 +500,7 @@ def handle_syrlinks_tx_registers_dataset(
|
|||||||
"INSERT INTO syrlinks_tx_regs VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
|
"INSERT INTO syrlinks_tx_regs VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
|
||||||
(
|
(
|
||||||
str(hk_info.packet_uuid),
|
str(hk_info.packet_uuid),
|
||||||
hk_info.hk_packet.pus_tm.time_provider.as_datetime(), # type: ignore
|
hk_info.packet_datetime,
|
||||||
tx_status_status,
|
tx_status_status,
|
||||||
tx_status_status.name,
|
tx_status_status.name,
|
||||||
tx_conf_set,
|
tx_conf_set,
|
||||||
|
Loading…
Reference in New Issue
Block a user