From fb6d68ca8320d6613c5d23cf60664995d7d6abb2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 18 Oct 2024 11:39:44 +0300 Subject: more TODO ideas etc --- internal/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/run.go') diff --git a/internal/run.go b/internal/run.go index ed70511..3689667 100644 --- a/internal/run.go +++ b/internal/run.go @@ -46,7 +46,7 @@ func runPlatform(ctx context.Context, args config.Args, platform string, sizeLim return err } - log.Println("Scheduling", ent) + log.Println("Posting", ent) var postCB func(context.Context, config.Args, int, entry.Entry) error switch strings.ToLower(platform) { case "mastodon": -- cgit v1.2.3