Turned on the apply filter

This commit is contained in:
Martin Donnelly 2024-04-30 08:59:23 +01:00
parent 78649d6b5e
commit a907c08386

View File

@ -53,7 +53,7 @@ func Grab(url string) []RssItem {
log.Printf("Length %v\n", len(items))
acceptItems(items)
items = acceptItems(items)
log.Printf("Length %v\n", len(items))