From 9b1e42fb6fe484712e1ce296e596f7fc99dd7586 Mon Sep 17 00:00:00 2001 From: an Date: Fri, 15 May 2020 11:20:31 +0200 Subject: [PATCH] test --- modules/rss.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rss.go b/modules/rss.go index 70a2274..590ab00 100644 --- a/modules/rss.go +++ b/modules/rss.go @@ -44,6 +44,7 @@ func rssRun() { xlog.Fatal(err.Error()) } go func() { + // wait 15 minutes before posting news time.Sleep(900 * time.Second) hideOutput = false }()