Update main.go

This commit is contained in:
BitHeaven 2022-11-10 20:04:47 +05:00 committed by GitHub
parent d4d05cfb76
commit 355df543d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 {