Update simple-crawling.md (#379)

In the comprehensive example,

AttributeError: type object 'CacheMode' has no attribute 'ENABLE'. Did you mean: 'ENABLED'?
This commit is contained in:
Robin Singh
2024-12-27 09:42:59 +00:00
committed by GitHub
parent bacbeb3ed4
commit 78768fd714

View File

@@ -99,7 +99,7 @@ async def main():
remove_overlay_elements=True,
# Cache control
cache_mode=CacheMode.ENABLE # Use cache if available
cache_mode=CacheMode.ENABLED # Use cache if available
)
if result.success: