mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 05:55:13 +00:00
shots update
This commit is contained in:
@@ -103,24 +103,45 @@ func importPlayerShotCharts(db *gorm.DB) {
|
|||||||
endSeason := 2017
|
endSeason := 2017
|
||||||
|
|
||||||
targetPlayerIDs := []string{
|
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",
|
"curryst01",
|
||||||
"jokicni01",
|
"jokicni01",
|
||||||
"doncilu01",
|
"doncilu01",
|
||||||
"hardeja01",
|
"derozde01",
|
||||||
"irvinky01",
|
"embiijo01",
|
||||||
"duranke01",
|
"tatumja01",
|
||||||
"youngtr01",
|
|
||||||
"gilgesh01",
|
"gilgesh01",
|
||||||
"brunsja01",
|
"brunsja01",
|
||||||
"edwaran01",
|
"edwaran01",
|
||||||
"mitchdo01",
|
"brownja02",
|
||||||
"derozde01",
|
"duranke01",
|
||||||
"westbru01",
|
"maxeyty01",
|
||||||
"butleji01",
|
|
||||||
"davisan02",
|
|
||||||
"leonaka01",
|
|
||||||
"tatumja01",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(targetPlayerIDs) == 0 {
|
if len(targetPlayerIDs) == 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user