mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 16:35:49 +02:00
[PR #44] [CLOSED] Added two new options: --list-rounds and --list-sprints #98
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/IAmTomShaw/f1-race-replay/pull/44
Author: @111110100
Created: 12/15/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
2d52490Added new arguments --list-rounds and --list-sprints that shows the round/sprint number54001a9list_rounds() shows the rounds and location, list_sprints() shows the sprints and location9c8afb9Sprint races was only introduced in 2021 and had 3 different string names📊 Changes
2 files changed (+47 additions, -14 deletions)
View changed files
📝
main.py(+14 -12)📝
src/f1_data.py(+33 -2)📄 Description
--list-rounds lists the rounds with the location
--list-sprints lists the rounds with sprint races (starting 2021 when it was introduced)
you would then use the number as the parameter of which round/sprint you want to replay.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.