fix: remove weight price multiplier, send Evotor prices as-is to VK

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mguschin
2026-05-12 22:45:22 +03:00
parent d25caa2b96
commit 3ad383d00b
3 changed files with 12 additions and 25 deletions

View File

@@ -19,7 +19,6 @@ class Settings(BaseSettings):
VK_API_VERSION: str = "5.199"
VK_CATEGORY_ID: int = 40932
VK_STOCK_AMOUNT: int = 1000
VK_WEIGHT_PRICE_MULTIPLIER: int = 10
CATALOG_REFRESH_INTERVAL_SECONDS: int = 3600
INVITE_EXPIRE_HOURS: int = 48