Commit 0747be38 authored by Rasmus Dahlberg's avatar Rasmus Dahlberg
Browse files

Use OnionLocation() method

parent 8335ffb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ func (p *Progress) AddAnswer(a Answer) {
		return
	}
	p.NumOK++
	if a.HTTP != "" || a.HTML != "" {
	if a.OnionLocation() {
		p.NumOnion++
	}
}