debug hammer time

This commit is contained in:
shoopea 2019-12-20 15:13:22 +08:00
parent 2d90d5b6eb
commit c071444e20

2
job.go
View File

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