From c071444e20a65736d6fef1ef0bf78d1a3ece0906 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 20 Dec 2019 15:13:22 +0800 Subject: [PATCH] debug hammer time --- job.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job.go b/job.go index 75dc3c4..207baa2 100644 --- a/job.go +++ b/job.go @@ -1360,7 +1360,7 @@ func jobGetHammerTime(j Job) { TGCmdQueue <- c fmt.Printf("Perfect weather for the next 2 hours.\n") } else { - fmt.Printf("Poor weather for the next 2 hours.\n") + fmt.Printf("Poor weather for the next 2 hours : %s / %s\n", cwm.TimeOfDay, cwm.Weather) } err = setJobDone(j.ID64)