Update const.py

This commit is contained in:
balgerion
2025-04-30 10:05:56 +02:00
committed by GitHub
parent 725f00779c
commit e6d49f1483

View File

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