Closed rawburt closed 8 years ago
When running python/create_initial_players.py the import would fail because of trying to find team LA which did not exist. This changes STL in the database seed to LA to account for this team location change.
python/create_initial_players.py
LA
STL
When running
python/create_initial_players.py
the import would fail because of trying to find teamLA
which did not exist. This changesSTL
in the database seed toLA
to account for this team location change.