This commit is contained in:
世界
2024-09-12 17:47:44 +08:00
parent f51c57d77a
commit dd64ae0ebf
3 changed files with 23 additions and 27 deletions

View File

@@ -5,7 +5,6 @@ import (
"context"
"crypto/sha256"
"encoding/hex"
"fmt"
"io"
"net/http"
"os"
@@ -217,9 +216,6 @@ func filterTags(data map[string][]geosite.Item) {
}
for _, it := range badCodeList {
badList := data[it.badCode]
if it.badCode == "geolocation-!cn@cn" {
fmt.Println(badList)
}
if badList == nil {
panic("bad list not found: " + it.badCode)
}