Pringleman83 / SportsBook

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

Custom Pretty Print function only prints items in multiples of 3 #21

Closed Pringleman83 closed 6 years ago

Pringleman83 commented 6 years ago

When the custom pretty print function displays a list or dictionary, it only displays items up to the last multiple of 3. Anything else is omitted.

For example, there are 37 leagues to choose from, but only 36 are displayed. Some leagues have 20 teams to choose from, but only 18 are displayed.

Pringleman83 commented 6 years ago

Fixed this by adding the remaining menu items with the necessary number of blanks to a list within the l list in custom_pretty_print.