Update main.go

This commit is contained in:
BitHeaven
2022-11-10 20:04:47 +05:00
committed by GitHub
parent d4d05cfb76
commit 355df543d3

View File

@ -26,7 +26,7 @@ func main() {
i := 1
for {
fmt.Printf("Fetching page %d/%d...", i, *pages)
fmt.Printf("Fetching page %d...", i)
posts, err := e621.GetPostsForTags(*tags, *postLimit, *sfw, i)
if err != nil {