nesticot commited on
Commit
390c8e4
·
verified ·
1 Parent(s): 9c95d18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -79,7 +79,8 @@ def server(input, output, session):
79
  df_spring = pl.read_parquet(f"hf://datasets/TJStatsApps/mlb_data/data/mlb_pitch_data_2025_spring.parquet")
80
 
81
 
82
- date = datetime.datetime.now().date()
 
83
  date_str = date.strftime('%Y-%m-%d')
84
  # Initialize the scraper
85
 
 
79
  df_spring = pl.read_parquet(f"hf://datasets/TJStatsApps/mlb_data/data/mlb_pitch_data_2025_spring.parquet")
80
 
81
 
82
+ date = (datetime.datetime.now() - datetime.timedelta(hours=8)).date()
83
+ print(datetime.datetime.now())
84
  date_str = date.strftime('%Y-%m-%d')
85
  # Initialize the scraper
86