From efa9eb929ce51e30686234ce01281bd6bf6c42d6 Mon Sep 17 00:00:00 2001 From: Tim <57221600+TiltedToast@users.noreply.github.com> Date: Wed, 19 Oct 2022 13:49:10 +0200 Subject: [PATCH] test --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index e3cb331..1d4cb99 100644 --- a/main.go +++ b/main.go @@ -58,6 +58,7 @@ func main() { fmt.Println("No posts found") return } + posts := fetchPostsFromPage(options.tags, totalPages, options)