more todos

This commit is contained in:
Nazar Kanaev
2021-04-07 10:58:17 +01:00
parent 8764891b80
commit 882be1dbf6
2 changed files with 6 additions and 0 deletions

View File

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