remove accidental exit

This commit is contained in:
Kyle Isom 2023-08-29 12:29:11 -07:00
parent 08920b5643
commit d0929f5b01
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package main
import (
"flag"
"os"
"path/filepath"
"strings"
"time"
@ -165,7 +164,6 @@ func main() {
return
}
os.Exit(1)
log.Debugf("will look for new items every %s\n", interval)
for {
for _, feed := range feeds {