Update fc_block_decode.py change to fctelem.conf

pull/370/head
Alan Johnston 6 months ago committed by GitHub
parent f29ae21d75
commit 083ec0899c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 + "*")
system_and_print("sudo rm " + html_dir + "images/*") 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() config_string = config.read()
print(config_string) print(config_string)

Loading…
Cancel
Save

Powered by TurnKey Linux.