From ec245d5ba5e0bdb202db47860ffeca8c7767e7d9 Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 20 Dec 2019 15:13:54 +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 207baa2..f007286 100644 --- a/job.go +++ b/job.go @@ -1358,7 +1358,7 @@ func jobGetHammerTime(j Job) { ParseMode: cmdParseModeHTML, } TGCmdQueue <- c - fmt.Printf("Perfect weather for the next 2 hours.\n") + fmt.Printf("Perfect weather for the next 2 hours : %s / %s\n", cwm.TimeOfDay, cwm.Weather) } else { fmt.Printf("Poor weather for the next 2 hours : %s / %s\n", cwm.TimeOfDay, cwm.Weather) }