nesticot commited on
Commit
cfb2d7d
·
verified ·
1 Parent(s): 898afc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ import pandas as pd
20
  from configure import base_url
21
  import shinyswatch
22
 
23
- import datetime
24
 
25
  from api_scraper import MLB_Scrape
26
  mlb_stats = MLB_Scrape()
 
20
  from configure import base_url
21
  import shinyswatch
22
 
23
+ from datetime import datetime, timedelta
24
 
25
  from api_scraper import MLB_Scrape
26
  mlb_stats = MLB_Scrape()