nesticot commited on
Commit
c266c7f
·
verified ·
1 Parent(s): 997fcaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -308,6 +308,7 @@ def server(input, output, session):
308
  player_input = int(input.pitcher_id())
309
  start_date = str(input.date_id()[0])
310
  end_date = str(input.date_id()[1])
 
311
  # Simulate an expensive data operation
312
  game_list = scrape.get_player_games_list(sport_id = sport_id,
313
  season = year_input,
 
308
  player_input = int(input.pitcher_id())
309
  start_date = str(input.date_id()[0])
310
  end_date = str(input.date_id()[1])
311
+ print('sportid',input.type_input())
312
  # Simulate an expensive data operation
313
  game_list = scrape.get_player_games_list(sport_id = sport_id,
314
  season = year_input,