Extend game schedule import season to 2026

This commit is contained in:
2026-06-11 12:28:04 -05:00
committed by GitHub
parent 29270ee60e
commit 17cfdaba3b
+1 -1
View File
@@ -62,7 +62,7 @@ func importPlayerTotalsPlayoffsScrape(db *gorm.DB) {
func importGameSchedules(db *gorm.DB) {
months := []string{"may", "june"}
for season := 2025; season <= 2025; season++ {
for season := 2025; season <= 2026; season++ {
log.Printf("--- Starting Game Schedule Import for Season: %d ---", season)
for _, month := range months {
if err := services.FetchAndStoreGameSchedule(db, season, month); err != nil {