From 025c87216dd7abbc11b723164525ab167ea7bc03 Mon Sep 17 00:00:00 2001 From: i Date: Thu, 5 Feb 2026 15:22:52 +0100 Subject: [PATCH] cleanup --- config/constants.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config/constants.py b/config/constants.py index 0b5ae60..945bb83 100644 --- a/config/constants.py +++ b/config/constants.py @@ -4,17 +4,14 @@ 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 = "601" -# SERVICE_ID = "449" -#RESOURCE_ID = None # "5957" # Will be set dynamically if None, else use the given ID -#RESOURCE_ID =15994 -RESOURCE_ID =15502 #17 best -#RESOURCE_ID =15883 #66 second best -#RESOURCE_ID =16264 + # RESOURCE_ID = None # "5957" # Will be set dynamically if None, else use the given ID # INFO: resource ID is seat # RESOURCE_ID =15994 # 91 height adjustable desk # RESOURCE_ID =16402 # 222 study room +# RESOURCE_ID =15883 #66 second best RESOURCE_ID =15502 # 17 cool snipe with view + TIMEZONE = "Europe/Berlin" # SSO_PROVIDER = "kit" # Available: kit (add more in auth/providers/) SSO_PROVIDER = "tum" # Available: kit (add more in auth/providers/)