logger update and makefile created

This commit is contained in:
Ravi Prasad
2025-11-12 21:11:16 -06:00
parent d34321c345
commit 21a68d7ef0
5 changed files with 25 additions and 11 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ func main() {
// importPlayerTotalsPlayoffsScrape(db)
// log.Println("🎉 Player Playoffs (scraped) Import completed successfully")
importGameSchedules(db)
log.Println("🎉 Game Imports completed successfully 🏀")
// importGameSchedules(db)
// log.Println("🎉 Game Imports completed successfully 🏀")
importBoxScores(db)
log.Println("🎉 Related Box Score Imports completed successfully 📦")