From 90927b3c02adbe224a05cef7a27614478986a845 Mon Sep 17 00:00:00 2001 From: BitHeaven <33015545+BitHeaven-Official@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:47:11 +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 ad6584f..15ee7e7 100644 --- a/main.go +++ b/main.go @@ -282,7 +282,7 @@ func main() { allPosts := []Post{} nlimit := (*postLimit) - i := 1 + i := 0 for { fmt.Printf("Fetching page %d...", i)