update hammer time

This commit is contained in:
shoopea 2019-12-20 15:12:30 +08:00
parent cce3912186
commit 2d90d5b6eb

3
job.go
View File

@ -1358,6 +1358,9 @@ func jobGetHammerTime(j Job) {
ParseMode: cmdParseModeHTML,
}
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)