mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 23:35:54 -04:00
get rid of chrome_wait straggler
This commit is contained in:
parent
17ef9d9f28
commit
ebb14ff889
@ -24,7 +24,7 @@ args = arg_parser.parse_args(args=sys.argv[1:])
|
||||
logging.basicConfig(stream=sys.stdout, level=args.log_level,
|
||||
format='%(asctime)s %(process)d %(levelname)s %(threadName)s %(name)s.%(funcName)s(%(filename)s:%(lineno)d) %(message)s')
|
||||
|
||||
with umbra.Browser(chrome_exe=args.chrome_exe, chrome_wait=args.browser_wait) as browser:
|
||||
with umbra.Browser(chrome_exe=args.chrome_exe) as browser:
|
||||
for url in args.urls:
|
||||
browser.browse_page(url)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user