nesticot commited on
Commit
450b26d
·
verified ·
1 Parent(s): 3fb7d68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ from configure import base_url
21
  import shinyswatch
22
 
23
 
24
-
25
  mlb_stats = MLB_Scrape()
26
 
27
  schedule_spring = mlb_stats.get_schedule(year_input=2024,
 
21
  import shinyswatch
22
 
23
 
24
+ from api_scraper import MLB_Scrape
25
  mlb_stats = MLB_Scrape()
26
 
27
  schedule_spring = mlb_stats.get_schedule(year_input=2024,