We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0601c8 commit 3c6d64cCopy full SHA for 3c6d64c
sct/main.go
@@ -30,7 +30,6 @@ func monitorTime() {
30
for {
31
rise := astrotime.NextSunrise(time.Now(), geo.Lat, -geo.Lon)
32
set := astrotime.NextSunset(time.Now(), geo.Lat, -geo.Lon)
33
- log.Printf("Rise %s set %s", rise, set)
34
state := rise.Before(set)
35
if lastState != nil && state == *lastState {
36
time.Sleep(1 * time.Minute)
0 commit comments