You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically pull (from the FIRST API) and store the associated team names from their numbers. Only pull new names that aren't already in the database.
The text was updated successfully, but these errors were encountered:
Use eventdata/event_teams.json to grab the team names and numbers?
in __main__.py,
check if each team name is already in database (perhaps when pulling matches or rankings?), maybe something like generatedfiles/SEASON_YEAR/team_names.json
If not, make a FIRST API call to grab the team name
Automatically pull (from the FIRST API) and store the associated team names from their numbers. Only pull new names that aren't already in the database.
The text was updated successfully, but these errors were encountered: