fix 多次失效
This commit is contained in:
parent
1d3a7f7580
commit
5a850061b0
@ -125,7 +125,7 @@ func initCookie() {
|
||||
for i := 0; i < l-1; i++ {
|
||||
if cks[i].Available == True && !CookieOK(&cks[i]) {
|
||||
if pt_key, err := cks[i].OutPool(); err == nil && pt_key != "" {
|
||||
i--
|
||||
i = i - 1
|
||||
logs.Info("正常操作")
|
||||
logs.Info(cks[i].PtPin)
|
||||
logs.Info(i)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user