mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-13 10:09:38 -04:00
chore: ruff format pass
This commit is contained in:
parent
0f57188a2c
commit
d36313f08f
1 changed files with 3 additions and 1 deletions
|
@ -223,7 +223,9 @@ class Chrome:
|
|||
if proxy:
|
||||
chrome_args.append("--proxy-server=%s" % proxy)
|
||||
chrome_args.append("about:blank")
|
||||
self.logger.info("running", chrome_args=subprocess.list2cmdline(chrome_args), proxy=proxy)
|
||||
self.logger.info(
|
||||
"running", chrome_args=subprocess.list2cmdline(chrome_args), proxy=proxy
|
||||
)
|
||||
# start_new_session - new process group so we can kill the whole group
|
||||
self.chrome_process = subprocess.Popen(
|
||||
chrome_args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue