From 0b041c810130054d086385a5333abe7a59815e58 Mon Sep 17 00:00:00 2001 From: Ravi Prasad Date: Thu, 13 Aug 2026 12:55:32 -0500 Subject: [PATCH] shots update --- import.go | 45 +++++++++++++++++++++++++++++++++------------ 1 file changed, 33 insertions(+), 12 deletions(-) diff --git a/import.go b/import.go index 6a2d92f..6fa27c6 100644 --- a/import.go +++ b/import.go @@ -103,24 +103,45 @@ func importPlayerShotCharts(db *gorm.DB) { endSeason := 2017 targetPlayerIDs := []string{ - "jamesle01", + // "jamesle01", + // "curryst01", + // "jokicni01", + // "doncilu01", + // "hardeja01", + // "irvinky01", + // "duranke01", + // "youngtr01", + // "gilgesh01", + // "brunsja01", + // "edwaran01", + // "mitchdo01", + // "derozde01", + // "westbru01", + // "butleji01", + // "davisan02", + // "leonaka01", + // "tatumja01", + "hardeja01", + "georgpa01", + "walkeke02", + "bealbr01", + "lillada01", + "hardeja01", + "bookede01", + "antetgi01", + "youngtr01", "curryst01", "jokicni01", "doncilu01", - "hardeja01", - "irvinky01", - "duranke01", - "youngtr01", + "derozde01", + "embiijo01", + "tatumja01", "gilgesh01", "brunsja01", "edwaran01", - "mitchdo01", - "derozde01", - "westbru01", - "butleji01", - "davisan02", - "leonaka01", - "tatumja01", + "brownja02", + "duranke01", + "maxeyty01", } if len(targetPlayerIDs) == 0 {