fix(scraper-kit): sync RealScraperConfig adapter with ScraperConfig protocol (cookie_encryption_key)
All checks were successful
Deploy Trade-In / changes (push) Successful in 26s
Deploy Trade-In / build-browser (push) Has been skipped
Deploy Trade-In / build-frontend (push) Successful in 50s
Deploy Trade-In / build-backend (push) Successful in 1m29s
Deploy Trade-In / test (push) Successful in 1m56s
Deploy Trade-In / deploy (push) Successful in 2m45s

This commit is contained in:
lekss361 2026-07-02 16:46:05 +00:00
parent e501dedf78
commit f7063d49b5

View file

@ -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