Pringleman83/SportsBook

Exporting league_data doesn't export fixtures...

Opened this issue · 0 comments

... and, of course, importing league data doesn't import them either.

This means that imported data can't be used to run predictions. It also can't be used for any possible future uses that require fixture information or (in the more distant future) results data.

The best solution I can think of is to store the fixtures in the league_data dictionary. Maybe also store predictions in that dictionary too. It would make future analysis simpler.

Maybe there could be a menu for export type (League info only, fixtures, predictions etc...)

Please discuss...