x
This commit is contained in:
parent
298bd0d3c8
commit
8ccc9aa649
@ -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)
|
||||
}
|
||||
|
||||
@ -113,7 +113,6 @@ func initHandle() {
|
||||
}
|
||||
break
|
||||
}
|
||||
|
||||
for i := range bs {
|
||||
bs[i].Container.write(append(resident, bs[i].Ready...))
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user