Update booking times and adjust resource ID handling for improved flexibility

This commit is contained in:
b267a 2026-01-23 09:03:20 +01:00
parent c4cef0d9b5
commit fa6e0fd853
3 changed files with 13 additions and 9 deletions

View file

@ -4,7 +4,7 @@ BOOKING_API_BASE = "https://b.anny.eu/api/v1"
CHECKOUT_FORM_API = "https://b.anny.eu/api/ui/checkout-form"
RESOURCE_URL = f"{BOOKING_API_BASE}/resources/1-lehrbuchsammlung-eg-und-1-og/children"
SERVICE_ID = "449"
RESOURCE_ID = "5960" # Will be set dynamically if None, else use the given ID
RESOURCE_ID = None # "5957" # Will be set dynamically if None, else use the given ID
TIMEZONE = "Europe/Berlin"
SSO_PROVIDER = "kit" # Available: kit (add more in auth/providers/)