for save
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user