From 60ff245e6d965785d54a212b2a4ddd9b16159460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 25 Apr 2020 17:50:12 +0200 Subject: Remove undue feeds --- main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index caeafd7..e63b883 100644 --- a/main.go +++ b/main.go @@ -66,6 +66,8 @@ func run() error { return err } + state.RemoveUndue() + if success := state.Fetch(); success == 0 { return fmt.Errorf("No successfull feed fetch.") } -- cgit v1.2.3