Spaces:
Running
Running
Update app.py
Browse files
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,
|