We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1c70a commit 606fa39Copy full SHA for 606fa39
archivebox/util.py
@@ -260,8 +260,8 @@ def chrome_args(**options) -> List[str]:
260
if options['RESOLUTION']:
261
cmd_args += ('--window-size={}'.format(options['RESOLUTION']),)
262
263
- if options['TIMEOUT']:
264
- cmd_args += ('--timeout={}'.format(options['TIMEOUT'] * 1000),)
+ #if options['TIMEOUT']:
+ # cmd_args += ('--timeout={}'.format(options['TIMEOUT'] * 1000),)
265
266
if options['CHROME_USER_DATA_DIR']:
267
cmd_args.append('--user-data-dir={}'.format(options['CHROME_USER_DATA_DIR']))
0 commit comments