backend: add extraHops to support #543

This commit is contained in:
Ilya Kreymer 2023-02-01 13:21:26 -08:00
parent e8b90b7c3e
commit 9048d46c6c

View File

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