debug
This commit is contained in:
parent
597d6b5c60
commit
467ea18fb6
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue