Official21A/FootballResults

Tag missing

Closed this issue · 1 comments

The web site that we are getting the data from. doesn't use a same pattern for creating the tables and the team names.
In some parts we don't get the team name. For fixing it temporary we use try except and "No Value Found At" (NVFA) for the
team names.
This should be fix by finding all the patterns and use them in try except.

The pattern was found and the program now works correctly without any NVFAs.