fix(scraper-kit): sync RealScraperConfig adapter with ScraperConfig protocol (cookie_encryption_key)
This commit is contained in:
parent
d7f4873a53
commit
344292f87b
1 changed files with 4 additions and 0 deletions
|
|
@ -146,6 +146,10 @@ class RealScraperConfig:
|
|||
def cian_valuation_max_rub(self) -> float:
|
||||
return _settings.cian_valuation_max_rub
|
||||
|
||||
@property
|
||||
def cookie_encryption_key(self) -> str:
|
||||
return _settings.cookie_encryption_key
|
||||
|
||||
@property
|
||||
def glitchtip_dsn(self) -> str | None:
|
||||
return _settings.glitchtip_dsn
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue