Ability to book a single court at a given time with gestion-sports
This commit is contained in:
parent
3f18f0f4a2
commit
e953a4110b
14 changed files with 489 additions and 66 deletions
|
@ -17,3 +17,6 @@ GESTION_SPORTS_URL = "https://toulousepadelclub.gestion-sports.com"
|
|||
USER = os.environ.get("USER")
|
||||
PASSWORD = os.environ.get("PASSWORD")
|
||||
CLUB_ID = os.environ.get("CLUB_ID")
|
||||
COURT_ID = os.environ.get("COURT_ID")
|
||||
SPORT_ID = os.environ.get("SPORT_ID")
|
||||
DATE_TIME = os.environ.get("DATE_TIME")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue