This commit is contained in:
cdle 2021-08-16 10:09:40 +08:00
parent 298bd0d3c8
commit 8ccc9aa649
2 changed files with 0 additions and 4 deletions

View File

@ -169,9 +169,6 @@ func (c *Container) write(cks []JdCookie) error {
TempBlockCookie := ""
cookies := ""
for i, ck := range cks {
if ck.PtPin == "" || ck.PtKey == "" {
continue
}
if ck.Available == False {
TempBlockCookie += fmt.Sprintf("%d ", i+1)
}

View File

@ -113,7 +113,6 @@ func initHandle() {
}
break
}
for i := range bs {
bs[i].Container.write(append(resident, bs[i].Ready...))
}