Minor stuff
This commit is contained in:
parent
2503bc9ebb
commit
d8a4bfd6f3
@ -29,7 +29,7 @@ func ProcessBooks(books []Book, update bool) error {
|
|||||||
fmt.Printf(" B O O K S\n")
|
fmt.Printf(" B O O K S\n")
|
||||||
utils.Sep()
|
utils.Sep()
|
||||||
for _, book := range books {
|
for _, book := range books {
|
||||||
fmt.Printf("Title: %s, Author: %s, ID: %s\n", book.Title, book.Author, book.ID)
|
fmt.Printf("Title: %s\n", book.Title)
|
||||||
|
|
||||||
// If we're updating, the process is a bit different
|
// If we're updating, the process is a bit different
|
||||||
if update || !book.New {
|
if update || !book.New {
|
||||||
|
@ -101,7 +101,6 @@ func ProcessSeries(series []Serie, update bool) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// utils.Debug(serie)
|
|
||||||
|
|
||||||
err = generateSerieMarkdown(serie)
|
err = generateSerieMarkdown(serie)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user