From a2cc9a37fd540567dae591ae732600920e21a8fe Mon Sep 17 00:00:00 2001 From: pclemow Date: Mon, 16 Sep 2024 15:13:20 +0100 Subject: [PATCH] Fix of a debug message that shouldnt still be there --- app/svg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/svg.py b/app/svg.py index 07c7643..c753a62 100644 --- a/app/svg.py +++ b/app/svg.py @@ -352,7 +352,7 @@ def generate_map_clock_svg( sim_hour = 3 sim_min = 0 sim_date = "Please Wait ..." - #print("oops") + # print("oops") else: # strip the last datapoint for time into date and time, and then hours, mins sim_date_time = opal_data["Time"].values[-1] [sim_date, sim_time] = sim_date_time.split(" ", 1)