This commit is contained in:
AlteredCoder 2020-07-08 18:17:08 +02:00
parent 597d6b5c60
commit 467ea18fb6

View file

@ -271,7 +271,7 @@ func BanList() error {
} else {
fmt.Printf("No local decisions.\n")
}
if !displayALL || !displayAPI {
if !displayAPI {
fmt.Printf("And %d records from API, %d distinct AS, %d distinct countries\n", apicount, len(uniqAS), len(uniqCN))
}
}