mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-21 08:06:27 -04:00
Merge branch 'master' into qa
* master: actually respect --proxy and --warcprox-auto options to brozzler-worker
This commit is contained in:
commit
ec3472ce61
@ -336,7 +336,8 @@ def brozzler_worker():
|
||||
service_registry = doublethink.ServiceRegistry(rr)
|
||||
worker = brozzler.worker.BrozzlerWorker(
|
||||
frontier, service_registry, max_browsers=int(args.max_browsers),
|
||||
chrome_exe=args.chrome_exe)
|
||||
chrome_exe=args.chrome_exe, proxy=args.proxy,
|
||||
warcprox_auto=args.warcprox_auto)
|
||||
|
||||
worker.run()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user