black
This commit is contained in:
@ -99,7 +99,7 @@ def pack_rtd_commands(
|
||||
)
|
||||
)
|
||||
if op_code in OpCode.WRITE_CONFIG:
|
||||
command = object_id.as_bytes + struct.pack('!I', CommandId.WRITE_CONFIG)
|
||||
command = object_id.as_bytes + struct.pack("!I", CommandId.WRITE_CONFIG)
|
||||
q.add_pus_tc(PusTelecommand(service=8, subservice=128, app_data=command))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user