platform login is working

This commit is contained in:
Stanislas Jouffroy 2024-02-11 19:44:02 +01:00
parent 44a04f451e
commit 93bd81ecea
8 changed files with 174 additions and 32 deletions

View file

@ -14,3 +14,6 @@ def init_log_config():
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")