debugging

master
Alex 2022-02-25 17:02:38 +01:00
parent 57f10b4f23
commit b95e35dcd8
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ func main() {
hour := dt.Format("15")
minute := dt.Format("04")
log.Println("hour", hour, "minute", minute)
for _, page := range cfg.Pages {
for _, updateTime := range page.UpdateTime {
updateTimeSplit := strings.Split(updateTime, ":")