mirror of
https://github.com/teacat/chaturbate-dvr.git
synced 2025-10-29 16:59:59 +00:00
commit
60a35415e1
1
main.go
1
main.go
@ -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"))
|
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")))
|
<-time.After(time.Minute * time.Duration(c.Int("interval")))
|
||||||
}
|
}
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user