Pringleman83 / SportsBook

A sports data scraping and analysis tool
GNU General Public License v3.0
82 stars 38 forks source link

Users are able to select the "Manual Game Analysis" option with no league selected #3

Closed Pringleman83 closed 6 years ago

Pringleman83 commented 6 years ago

This causes an infinite loop due to input validation not being able to confirm a valid option has been selected. A simple fix that requires a quick check that a league has been selected before the option can be chosen.

Pringleman83 commented 6 years ago

This has now been resolved. A quick check is now run at the start of the manualGameAnalysis() function. If the leagueData dictionary is empty it prompts the user to select a league or load JSON data and returns to the previous menu. If data is present, it works as normal.