debug hammer time

This commit is contained in:
shoopea 2019-12-20 15:13:54 +08:00
parent c071444e20
commit ec245d5ba5

2
job.go
View File

@ -1358,7 +1358,7 @@ func jobGetHammerTime(j Job) {
ParseMode: cmdParseModeHTML, ParseMode: cmdParseModeHTML,
} }
TGCmdQueue <- c 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 { } else {
fmt.Printf("Poor weather for the next 2 hours : %s / %s\n", cwm.TimeOfDay, cwm.Weather) fmt.Printf("Poor weather for the next 2 hours : %s / %s\n", cwm.TimeOfDay, cwm.Weather)
} }