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
app/__main__.py should warn the user (or catch the resulting FileNotFoundError) when the API data doesn't exist.
Currently it just throws a FileNotFoundError when attempting to read the team numbers from team_list_filtered.csv.
The text was updated successfully, but these errors were encountered:
app/__main__.py
should warn the user (or catch the resultingFileNotFoundError
) when the API data doesn't exist.Currently it just throws a
FileNotFoundError
when attempting to read the team numbers fromteam_list_filtered.csv
.The text was updated successfully, but these errors were encountered: