Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ntyP authored Jan 4, 2025
1 parent fea4319 commit e3158af
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/wtatennis/wta_tennis.star
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Incorrect event ID listed for Indian Wells in WTA 1000 list
v1.11
Only show players if both names are listed in the scheduled match, prevents blank rows from appearing
v1.12
Updated for 2025 season
"""

load("encoding/json.star", "json")
Expand All @@ -73,8 +76,8 @@ load("render.star", "render")
load("schema.star", "schema")
load("time.star", "time")

SLAM_LIST = ["154-2024", "188-2024", "172-2024", "189-2024"]
WTA1000_LIST = ["256-2024", "25-2024", "713-2024", "411-2024", "413-2024", "414-2024", "421-2024", "718-2024", "959-2024", "382-2024"]
SLAM_LIST = ["154-2025", "188-2025", "172-2025", "189-2025"]
WTA1000_LIST = ["256-2025", "25-2025", "713-2025", "411-2025", "413-2025", "414-2025", "421-2025", "718-2025", "959-2025", "382-2025"]
DEFAULT_TIMEZONE = "Australia/Adelaide"
WTA_SCORES_URL = "https://site.api.espn.com/apis/site/v2/sports/tennis/wta/scoreboard"

Expand Down

0 comments on commit e3158af

Please sign in to comment.