TODO: streamerlist
This commit is contained in:
@@ -28,10 +28,10 @@ type LiveInfo struct {
|
||||
}
|
||||
|
||||
func Execute() {
|
||||
wd := intimate.GetChromeDriver()
|
||||
adriver := intimate.GetChromeDriver()
|
||||
count := 0
|
||||
countlimit := 200
|
||||
|
||||
wd := adriver.Webdriver
|
||||
waitfor := intimate.NewWaitFor(wd)
|
||||
ps := intimate.NewPerfectShutdown()
|
||||
|
||||
@@ -118,9 +118,8 @@ func Execute() {
|
||||
count++
|
||||
if count >= countlimit {
|
||||
count = 0
|
||||
wd.Close()
|
||||
wd.Quit()
|
||||
wd = intimate.GetChromeDriver()
|
||||
adriver.Close()
|
||||
adriver = intimate.GetChromeDriver()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user