diff options
Diffstat (limited to '')
-rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ func run() error { return err } + state.RemoveUndue() + if success := state.Fetch(); success == 0 { return fmt.Errorf("No successfull feed fetch.") } |