Update main.go

unreached code fixed recording
This commit is contained in:
mK33y
2022-09-04 21:48:18 +02:00
committed by GitHub
parent 39bec77ad4
commit e9c91952e5

View File

@@ -283,7 +283,6 @@ func endpoint(c *cli.Context) error {
log.Printf("%s is not online, check again after %d minute(s)...", c.String("username"), c.Int("interval"))
<-time.After(time.Minute * time.Duration(c.Int("interval")))
}
return nil
}
func main() {