diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index 587a7840..4ee0f21c 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -14,7 +14,7 @@ logging.basicConfig(format='%(message)s') def fstr(template): return eval(f"f'{template}'") -def system_and_print(string) +def system_and_print(string): print(string) system(string)