We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b51d5 commit 4251741Copy full SHA for 4251741
1 file changed
stagehand/main.py
@@ -527,13 +527,11 @@ async def init(self):
527
"eventsEnabled": True,
528
},
529
)
530
-
531
- self.logger.debug(f"Set up CDP download behavior")
+ self.logger.debug("Set up CDP download behavior")
532
except Exception as e:
533
self.logger.warning(
534
f"Failed to set up CDP download behavior: {str(e)}"
535
536
- # Continue without download support - non-critical feature
537
538
except Exception:
539
await self.close()
0 commit comments