refresh ui hacks

This commit is contained in:
Nazar Kanaev
2021-04-07 15:47:38 +01:00
parent 1ea8160f7d
commit 3d9c9d03cc
2 changed files with 7 additions and 2 deletions

View File

@@ -89,7 +89,6 @@ func (w *Worker) SetRefreshRate(minute int64) {
func (w *Worker) RefreshFeeds() {
log.Print("Refreshing feeds")
// TODO: set the counter here?
go w.refresher()
}