diff --git a/import.go b/import.go index c5439d6..500c95d 100644 --- a/import.go +++ b/import.go @@ -104,14 +104,14 @@ func importPlayerShotCharts(db *gorm.DB) { targetPlayerIDs := []string{ // "jamesle01", - // "curryst01", + "curryst01", // "jokicni01", // "doncilu01", - "hardeja01", - "irvinky01", - "duranke01", - "youngtr01", - "gilgesh01", + // "hardeja01", + // "irvinky01", + // "duranke01", + // "youngtr01", + // "gilgesh01", // "brunsja01", // "edwaran01", // "mitchdo01", @@ -134,22 +134,22 @@ func importPlayerShotCharts(db *gorm.DB) { // "townska01", // "walkeke02", // "bealbr01", - // "antetgi01", - // "bookede01", + "antetgi01", + "bookede01", // "youngtr01", // "doncilu01", // "jokicni01", - // "randlju01", - // "embiijo01", + "randlju01", + "embiijo01", // "tatumja01", // "gilgesh01", // "edwaran01", - // "mitchdo01", + "mitchdo01", // "brunsja01", - // "herroty01", - // "brownja02", - // "maxeyty01", - // "murraja01", + "herroty01", + "brownja02", + "maxeyty01", + "murraja01", } if len(targetPlayerIDs) == 0 {