aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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())
}
}