From 92de39940f5f8381b7cbd1f48b4768988c9e0f97 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 22 Feb 2025 16:30:17 -0500 Subject: [PATCH] Update fc_block_decode.py added now() --- 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 04360bad..cbfe2f12 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -37,7 +37,7 @@ image_dir = "/home/pi/fctelem/" image = "image_file" ssdv = "/home/pi/ssdv/ssdv -d -J " -print(datetime.datetime) +print(datetime.datetime.now()) system_and_print("sudo rm " + image_dir + image) #system_and_print("sudo rm " + html_dir + "*")