From 43b530cdb7dfe6774962bf4b8a880e1c9a6e6580 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 8 Apr 2023 13:23:06 +0200 Subject: [PATCH] typo --- eive_tmtc/tmtc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eive_tmtc/tmtc/core.py b/eive_tmtc/tmtc/core.py index 4ea1d46..0507d19 100644 --- a/eive_tmtc/tmtc/core.py +++ b/eive_tmtc/tmtc/core.py @@ -267,7 +267,7 @@ def pack_core_commands(q: DefaultPusQueueHelper, op_code: str): ) elif op_code in OpCode.SWITCH_TO_BOTH_SD_CARDS: while True: - active_sd_card = int(input("Please specify active SD cqrd [0/1]: ")) + active_sd_card = int(input("Please specify active SD card [0/1]: ")) if active_sd_card not in [0, 1]: _LOGGER.warning("Invalid SD card specified. Try again") break