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) }