This commit is contained in:
ZJY 2021-09-07 13:40:19 +08:00
parent a15344949a
commit 12d3891acf

View File

@ -141,6 +141,7 @@ func updateCookie() {
logs.Info(l)
for i := range cks {
if len(cks[i].WsKey) > 0 {
logs.Info(cks[i].WsKey)
rsp := cmd(fmt.Sprintf(`python3 test.py "%s"`, cks[i].WsKey), &Sender{})
logs.Info(rsp)
}