feat: Scripts display preferred sessions during execution

This commit is contained in:
kbe
2025-08-12 00:09:56 +02:00
parent d31976084a
commit 7161a11905
5 changed files with 98 additions and 777 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Test script to demonstrate how to use the execute_book_session.py script
# Sample session ID (this should be a valid session ID from the crossfit booking system)
SESSION_ID="19291768"
# Run the script with the sample session ID
echo "Attempting to book session with ID: $SESSION_ID"
python execute_book_session.py $SESSION_ID