Print what URL we are checking
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-09-30 15:12:24 +02:00
parent 5537a8ca29
commit 8f4fe78358
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

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