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 =" ")