remove cbb

This commit is contained in:
Trey t
2026-01-10 11:16:15 -06:00
parent ca9fa535f1
commit 9ef4b1a770
5 changed files with 11 additions and 77 deletions

View File

@@ -42,7 +42,7 @@ from scrape_schedules import (
# NWSL sources
scrape_nwsl_espn, scrape_nwsl_fbref, scrape_nwsl_nwslsoccer,
# Utilities
generate_stadiums_from_teams,
scrape_all_stadiums,
)
from validate_data import (
validate_games,
@@ -129,7 +129,7 @@ def run_pipeline(
# Scrape stadiums
print_section("Stadiums")
all_stadiums = generate_stadiums_from_teams()
all_stadiums = scrape_all_stadiums()
print(f" Generated {len(all_stadiums)} stadiums from team data")
# Scrape by sport with multi-source fallback