Leap Seconds #281

Merged
meggert merged 3 commits from leap-seconds into main 2024-03-06 10:53:57 +01:00
Showing only changes of commit 40c2a4b1f3 - Show all commits

View File

@ -481,7 +481,6 @@ def pack_core_commands( # noqa C901
leap_seconds = int(input("Specify new Leap Seconds Value: ")).to_bytes(
length=2, signed=False, byteorder="big"
)
print(leap_seconds)
q.add_pus_tc(
create_action_cmd(
CORE_CONTROLLER_ID, ActionId.UPDATE_LEAP_SECONRS, leap_seconds