We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afc31e1 + a0c5f0f commit d06c39eCopy full SHA for d06c39e
crawl4ai/async_configs.py
@@ -598,7 +598,7 @@ def to_dict(self):
598
"chrome_channel": self.chrome_channel,
599
"channel": self.channel,
600
"proxy": self.proxy,
601
- "proxy_config": self.proxy_config,
+ "proxy_config": self.proxy_config.to_dict() if self.proxy_config else None,
602
"viewport_width": self.viewport_width,
603
"viewport_height": self.viewport_height,
604
"accept_downloads": self.accept_downloads,
0 commit comments