diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 93ef84c8..198b6917 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -12,8 +12,7 @@ if __name__ == "__main__": # print("There are arguments!") 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 =" ")