From e20a5135f2d6f218f0bd0f4800bfb3fd60ba1921 Mon Sep 17 00:00:00 2001 From: AlberLC Date: Fri, 17 Oct 2025 02:58:29 +0200 Subject: [PATCH] Add minor changes --- flanabot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flanabot/constants.py b/flanabot/constants.py index 25a9b5f..f8c9697 100644 --- a/flanabot/constants.py +++ b/flanabot/constants.py @@ -31,7 +31,7 @@ STEAM_ALL_APPS_ENDPOINT = 'https://api.steampowered.com/ISteamApps/GetAppList/v2 STEAM_APP_ENDPOINT_TEMPLATE = 'https://store.steampowered.com/api/appdetails?appids={ids}&cc={country_code}&filters=price_overview' STEAM_APP_IDS_FOR_SCRAPE_COUNTRIES = (400, 620, 730, 210970, 252490, 292030, 427520, 1712350) STEAM_DB_URL = 'https://steamdb.info' -STEAM_EXCHANGERATE_API_ENDPOINT = 'https://v6.exchangerate-api.com/v6/{api_key}/latest/EUR' +STEAM_EXCHANGERATE_API_ENDPOINT_TEMPLATE = 'https://v6.exchangerate-api.com/v6/{api_key}/latest/EUR' STEAM_IDS_BATCH = 750 STEAM_LAST_APPS = 1500 STEAM_MAX_CONCURRENT_REQUESTS = 10