From 083ec0899c1915eb37abe6b6b89eab0c760e1ae5 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 8 Jun 2025 21:55:47 -0400 Subject: [PATCH] Update fc_block_decode.py change to fctelem.conf --- 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 4d62950f..22930798 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -44,7 +44,7 @@ system_and_print("sudo rm " + image_dir + image) #system_and_print("sudo rm " + html_dir + "*") system_and_print("sudo rm " + html_dir + "images/*") -with open('/home/pi/fctelem/fcdecode.conf', 'r') as config: +with open('/home/pi/fctelem/fctelem.conf', 'r') as config: config_string = config.read() print(config_string)