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