Print what URL we are checking
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
5537a8ca29
commit
8f4fe78358
1 changed files with 1 additions and 0 deletions
1
wecr.go
1
wecr.go
|
@ -99,6 +99,7 @@ func main() {
|
|||
|
||||
last_hash := ""
|
||||
sleepDuration := 24
|
||||
log.Default().Print("Checking: ", url)
|
||||
log.Default().Print("Running each ", sleepDuration, "h, starting now.")
|
||||
for {
|
||||
body := getWebsite(url)
|
||||
|
|
Loading…
Reference in a new issue