aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index e63b883..415d19f 100644
--- a/main.go
+++ b/main.go
@@ -68,6 +68,11 @@ func run() error {
state.RemoveUndue()
+ if state.NumFeeds() == 0 {
+ // nothing to do
+ return nil
+ }
+
if success := state.Fetch(); success == 0 {
return fmt.Errorf("No successfull feed fetch.")
}