Skip to content

Commit 5844f4b

Browse files
Mantisusjanbuchar
andauthored
Update docs/guides/code_examples/crawler_custom_parser/selectolax_adaptive_run.py
Co-authored-by: Jan Buchar <[email protected]>
1 parent a895901 commit 5844f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/code_examples/crawler_custom_parser/selectolax_adaptive_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
async def main() -> None:
14-
crawler: AdaptivePlaywrightCrawler = AdaptivePlaywrightCrawler(
14+
crawler = AdaptivePlaywrightCrawler(
1515
max_requests_per_crawl=10,
1616
# Use custom Selectolax parser for static content parsing.
1717
static_parser=SelectolaxLexborParser(),

0 commit comments

Comments
 (0)