From 1a02fe42c104ca3bf1de2f84d26bbd38da509876 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Mon, 12 Jun 2023 23:54:15 +0200 Subject: [PATCH] Use tech sub --- sn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sn.go b/sn.go index 5c52ba9..388033c 100644 --- a/sn.go +++ b/sn.go @@ -34,7 +34,7 @@ func PostStoryToStackerNews(story *Story, options PostStoryOptions) (int, error) } } - parentId, err := sn.PostLink(story.Url, story.Title, "bitcoin") + parentId, err := sn.PostLink(story.Url, story.Title, "tech") if err != nil { return -1, fmt.Errorf("error posting link: %w", err) }