remove default: similar to #952, remove default extraHops setting as it disables 'url list' extraHops by forcing the value to 0 (#954)

This commit is contained in:
Ilya Kreymer 2023-07-07 12:08:30 -07:00 committed by GitHub
parent 7139b9a7a9
commit 2038e3d668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ class Seed(BaseModel):
sitemap: Union[bool, HttpUrl, None]
allowHash: Optional[bool]
depth: Optional[int]
extraHops: Optional[int] = 0
extraHops: Optional[int]
# ============================================================================