Skip to content

Commit ca4a707

Browse files
committed
fix formatting
1 parent 7af7122 commit ca4a707

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stagehand/browser.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ async def connect_local_browser(
182182

183183
# Prepare Launch Options (translate keys if needed)
184184
launch_options = {
185-
"headless": local_browser_launch_options.get("headless", stagehand_instance.config.headless),
185+
"headless": local_browser_launch_options.get(
186+
"headless", stagehand_instance.config.headless
187+
),
186188
"accept_downloads": local_browser_launch_options.get(
187189
"acceptDownloads", True
188190
),

0 commit comments

Comments
 (0)