Compare commits

..

No commits in common. "823014feed8a99c66030ff93df357dd8d319a4ed" and "8f77661b206cf9a9b5956017ba2dac1def1a1143" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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