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
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:
parent
e501dedf78
commit
f7063d49b5
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