From 14fc8eae59fddcb08eb0d77fae653e0308cbd2fb Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 6 Feb 2025 13:12:25 -0500 Subject: [PATCH] Update fc_block_decode.py indent --- groundstation/fc_block_decode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index b3e0b565..93ef84c8 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -13,7 +13,7 @@ if __name__ == "__main__": if ('d' == sys.argv[1]): debug_mode = True - print(debug_mode) + print(debug_mode) for line in sys.stdin: if (debug_mode): print(line, end =" ")