From 5391e2d7455a16ad181b40b557201a273842eb5b Mon Sep 17 00:00:00 2001 From: gregory Date: Thu, 13 Mar 2025 12:15:45 -0400 Subject: [PATCH] documentation --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9491fe3..2267519 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Expect this shit to break at any point. Most likely when you really need it. -## Requirement +## Requirements - Python 3 - Pip - Firefox @@ -22,11 +22,11 @@ source .venv/bin/activate pip install -r requirements.txt ``` -Update config.ini with you Flight Schedule Pro tenant ID, username and password +Update config.ini with your Flight Schedule Pro tenant ID, username, and password Tenant ID is the ID of the company that the user wishes to log in to This can be found in the login URL -[![Finding Tenant ID](/documentation/tenant_id.png "Tentant ID")] +[Finding Tenant ID](/documentation/tenant_id.png "Tenant ID") ## Config @@ -45,7 +45,7 @@ Downloads individual session PDFs for students and merges them into a single PDF # At a minimum the script requires one argument, the name of a student to retrieve sessions for python save_progress_reports.py "Greg Johnson" -# Also accepts multiple students +# Also accepts multiple students (one PDF generated per student) python save_progress_reports.py "Greg Johnson" "Casey Serbagi" # Partial names work as well (retrieves the first student with a matching name)