This commit is contained in:
WJQSERVER 2024-10-06 19:19:54 +08:00
parent 5ac08bba56
commit 822b6c8cea
8 changed files with 21 additions and 16 deletions

View file

@ -41,6 +41,5 @@ func forRangeCheck(blist []string, fullrepo string) bool {
return true
}
}
logw("%s not in blacklist", fullrepo)
return false
}