debug hammer time
This commit is contained in:
parent
2d90d5b6eb
commit
c071444e20
2
job.go
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user