feat: implemented consistent settings
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-05-23 14:36:19 +02:00
parent 40e9366a0b
commit aafbba3b1c
3 changed files with 10 additions and 19 deletions

View File

@@ -48,7 +48,7 @@ class Pages:
self.download_options: DownloadOptions = download_options or DownloadOptions()
self.fetch_options: FetchOptions = fetch_options or FetchOptions()
scan_for_pages()
scan_for_pages(download_options=self.download_options, fetch_options=self.fetch_options, **kwargs)
def search(self, query: Query) -> SearchResults:
result = SearchResults()