Compare commits

...

2 commits

View file

@ -44,7 +44,7 @@ func rssRun() {
xlog.Fatal(err.Error())
}
go func() {
time.Sleep(60 * time.Second)
time.Sleep(300 * time.Second)
hideOutput = false
}()
}