mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
chore: import window 2013-01-10 [season 2013]
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"current_season": 2013,
|
"current_season": 2013,
|
||||||
"current_from": "2013-01-01",
|
"current_from": "2013-01-10",
|
||||||
"current_to": "2013-01-10",
|
"current_to": "2013-01-17",
|
||||||
"target_end": "2026-06-30",
|
"target_end": "2026-06-30",
|
||||||
"window_days": 7,
|
"window_days": 7,
|
||||||
"completed": false
|
"completed": false
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ func importPlayerTotalsPlayoffsScrape(db *gorm.DB) {
|
|||||||
|
|
||||||
// importGameSchedules fetches and stores game schedules
|
// importGameSchedules fetches and stores game schedules
|
||||||
func importGameSchedules(db *gorm.DB) {
|
func importGameSchedules(db *gorm.DB) {
|
||||||
months := []string{"january", "february"}
|
months := []string{"january"}
|
||||||
|
|
||||||
for season := 2013; season <= 2013; season++ {
|
for season := 2013; season <= 2013; season++ {
|
||||||
log.Printf("--- Starting Game Schedule Import for Season: %d ---", season)
|
log.Printf("--- Starting Game Schedule Import for Season: %d ---", season)
|
||||||
|
|||||||
Reference in New Issue
Block a user