Fix docs.

This commit is contained in:
Andrey Rakhmatullin 2023-07-18 20:29:42 +04:00
parent 90dae3ee60
commit 0a25a300cf
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ Access the crawler instance:
self.crawler = crawler
@classmethod
def from_crawler(cls, crawler: Crawler):
def from_crawler(cls, crawler):
return cls(crawler)
def update_settings(self, settings):