Skip to content

Commit

Permalink
Update proxy.go
Browse files Browse the repository at this point in the history
  • Loading branch information
i25959341 authored May 7, 2020
1 parent f26c6da commit 7106b95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,5 @@ func RoundRobinProxySwitcher(ProxyURLs ...string) (colly.ProxyFunc, error) {
}
urls[i] = parsedU
}
var mutex sync.Mutex
return (&roundRobinSwitcher{urls, 0}).GetProxy, nil
}

0 comments on commit 7106b95

Please sign in to comment.