This commit is contained in:
eson
2020-09-10 17:33:52 +08:00
parent 0b8a6fd810
commit c4d0140b42
5 changed files with 101 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ type LiveInfo struct {
}
func Execute() {
wd := intimate.GetChromeDriver(3030)
wd := intimate.GetChromeDriver()
count := 0
countlimit := 200
@@ -120,7 +120,7 @@ func Execute() {
count = 0
wd.Close()
wd.Quit()
wd = intimate.GetChromeDriver(3030)
wd = intimate.GetChromeDriver()
}
}
}