1
0
mirror of https://github.com/FloatTech/zbpdata.git synced 2025-06-07 23:02:57 +09:00

feat: support multi-addrs

This commit is contained in:
源文雨 2025-05-31 04:10:30 +09:00
parent f97dac5ce0
commit 4f751a1cda

View File

@ -67,7 +67,8 @@ func main() {
r := registry.NewRegedit(net.JoinHostPort(h, "32664"), "", "fumiama", os.Getenv("REILIA_SPS"))
err = r.Connect()
if err != nil {
panic(err)
fmt.Println(err)
continue
}
for i, fn := range files {
for c := 0; c < 16; c++ {