#4 unwatched fix #5

Merged
mattburchett merged 2 commits from matt/#4 into master 2018-11-20 17:48:50 +00:00
Showing only changes of commit ba03f92b26 - Show all commits

View File

@ -103,6 +103,5 @@ func GetTitles(config config.Config, sectionID int, days int) ([]int, []string)
}
}
sort.Strings(titles)
fmt.Printf("%v\n", titles)
return ids, titles
}