aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
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.")
}