Update const.py

This commit is contained in:
balgerion
2025-05-04 15:06:14 +02:00
committed by GitHub
parent e691a07f72
commit 9729d9738a

View File

@ -1,6 +1,6 @@
DOMAIN = "pstryk" DOMAIN = "pstryk"
API_URL = "https://api.pstryk.pl/integrations/" API_URL = "https://api.pstryk.pl/integrations/"
API_TIMEOUT = 30 API_TIMEOUT = 60
BUY_ENDPOINT = "pricing/?resolution=hour&window_start={start}&window_end={end}" BUY_ENDPOINT = "pricing/?resolution=hour&window_start={start}&window_end={end}"
SELL_ENDPOINT = "prosumer-pricing/?resolution=hour&window_start={start}&window_end={end}" SELL_ENDPOINT = "prosumer-pricing/?resolution=hour&window_start={start}&window_end={end}"