update hammer time
This commit is contained in:
parent
cce3912186
commit
2d90d5b6eb
3
job.go
3
job.go
@ -1358,6 +1358,9 @@ func jobGetHammerTime(j Job) {
|
|||||||
ParseMode: cmdParseModeHTML,
|
ParseMode: cmdParseModeHTML,
|
||||||
}
|
}
|
||||||
TGCmdQueue <- c
|
TGCmdQueue <- c
|
||||||
|
fmt.Printf("Perfect weather for the next 2 hours.\n")
|
||||||
|
} else {
|
||||||
|
fmt.Printf("Poor weather for the next 2 hours.\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
err = setJobDone(j.ID64)
|
err = setJobDone(j.ID64)
|
||||||
|
Loading…
Reference in New Issue
Block a user