From 355df543d3b93a85aecb4d93f39f69b0e99ff7e3 Mon Sep 17 00:00:00 2001 From: BitHeaven <33015545+BitHeaven-Official@users.noreply.github.com> Date: Thu, 10 Nov 2022 20:04:47 +0500 Subject: [PATCH] Update main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2df4ab7..e88ae67 100644 --- a/main.go +++ b/main.go @@ -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 {