Update main.go
This commit is contained in:
parent
d4d05cfb76
commit
355df543d3
2
main.go
2
main.go
|
@ -26,7 +26,7 @@ func main() {
|
||||||
|
|
||||||
i := 1
|
i := 1
|
||||||
for {
|
for {
|
||||||
fmt.Printf("Fetching page %d/%d...", i, *pages)
|
fmt.Printf("Fetching page %d...", i)
|
||||||
|
|
||||||
posts, err := e621.GetPostsForTags(*tags, *postLimit, *sfw, i)
|
posts, err := e621.GetPostsForTags(*tags, *postLimit, *sfw, i)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue