Skip to content

Commit 566e359

Browse files
committed
Remove default 'enabled' field from DynamicScrapingConfig model
1 parent 9edce8c commit 566e359

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ciberwebscan/config/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ class PaginationConfig(BaseModel):
127127
class DynamicScrapingConfig(BaseModel):
128128
"""playwright/dynamic scraping settings."""
129129

130-
enabled: bool = False
131130
wait_timeout: Annotated[float, Field(ge=1.0, le=120.0)] = 10.0
132131
wait_for_selector: str | None = None
133132
headless: bool = True

0 commit comments

Comments
 (0)