Skip to content

Commit

Permalink
Småfix och snyggat till det.
Browse files Browse the repository at this point in the history
  • Loading branch information
wille1101 committed May 4, 2021
1 parent c41e930 commit 18bb134
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion page/page.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ func downloadPage(pagenr int) error {
return err
}

parsePage(pagenr)
if err := parsePage(pagenr); err != nil {
return err
}

return nil
}
Expand Down

0 comments on commit 18bb134

Please sign in to comment.