From 8f4fe783580a9b0dca53c5e36ee1a23c2d620098 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 30 Sep 2023 15:12:24 +0200 Subject: [PATCH] Print what URL we are checking --- wecr.go | 1 + 1 file changed, 1 insertion(+) diff --git a/wecr.go b/wecr.go index 5bff598..8e62f88 100644 --- a/wecr.go +++ b/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)