From 6dc132a0c05549aba778acd23dbc003e22d42a62 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" <robin.mueller.m@gmail.com> Date: Sun, 6 Sep 2020 19:14:15 +0200 Subject: [PATCH] output fix --- obsw_tmtc_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obsw_tmtc_client.py b/obsw_tmtc_client.py index 02ed4b5..7d15465 100755 --- a/obsw_tmtc_client.py +++ b/obsw_tmtc_client.py @@ -227,7 +227,7 @@ class TmTcHandler: def prompt_mode(self): next_mode = input("Please enter next mode (enter h for list of modes): ") if next_mode == 'h': - print("Mode 0: GUI mode") + print("Mode 0: Idle mode") print("Mode 1: Listener mode") print("Mode 2: Single Command mode") print("Mode 3: Service mode") -- GitLab