This commit is contained in:
parent
811786fd78
commit
40c2a4b1f3
@ -481,7 +481,6 @@ def pack_core_commands( # noqa C901
|
|||||||
leap_seconds = int(input("Specify new Leap Seconds Value: ")).to_bytes(
|
leap_seconds = int(input("Specify new Leap Seconds Value: ")).to_bytes(
|
||||||
length=2, signed=False, byteorder="big"
|
length=2, signed=False, byteorder="big"
|
||||||
)
|
)
|
||||||
print(leap_seconds)
|
|
||||||
q.add_pus_tc(
|
q.add_pus_tc(
|
||||||
create_action_cmd(
|
create_action_cmd(
|
||||||
CORE_CONTROLLER_ID, ActionId.UPDATE_LEAP_SECONRS, leap_seconds
|
CORE_CONTROLLER_ID, ActionId.UPDATE_LEAP_SECONRS, leap_seconds
|
||||||
|
Loading…
Reference in New Issue
Block a user