nesticot commited on
Commit
d166c96
·
verified ·
1 Parent(s): f989235

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1137,7 +1137,7 @@ def server(input, output, session):
1137
  pl.col('pitch_type').count().over('pitch_type').alias('pitch_count')
1138
  ).with_columns(
1139
  (pl.col('pitcher_name')+' - '+pl.col('pitcher_team')).alias('pitcher_name'))
1140
- )
1141
 
1142
  # game_list = game_list_df['game_id'].unique().to_list()
1143
  data = scrape.get_data(game_list[:])
 
1137
  pl.col('pitch_type').count().over('pitch_type').alias('pitch_count')
1138
  ).with_columns(
1139
  (pl.col('pitcher_name')+' - '+pl.col('pitcher_team')).alias('pitcher_name'))
1140
+
1141
 
1142
  # game_list = game_list_df['game_id'].unique().to_list()
1143
  data = scrape.get_data(game_list[:])