From f6c1eb7e58a5fc70e720311482f8147b791e6104 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sun, 2 Apr 2023 22:15:03 +0200 Subject: Minor edit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index a372fa1..93f5348 100644 --- a/main.go +++ b/main.go @@ -144,7 +144,7 @@ func workReceiver(ctx context.Context, opts options.Options, answerCh chan qna.A p := qna.Progress{} handleAnswer := func(a qna.Answer) { p.AddAnswer(a) - if a.HTTP != "" || a.HTML != "" { + if a.OnionLocation() { fmt.Printf("%s\n", a.String()) } } -- cgit v1.2.3