Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -116,8 +116,6 @@ def init_baselines():
|
|
116 |
#game_rot['GAME_DATE'] = pd.to_datetime(game_rot['GAME_DATE']).dt.date
|
117 |
|
118 |
timestamp = gamelog_table['Date'].max()
|
119 |
-
|
120 |
-
client.close()
|
121 |
|
122 |
return gamelog_table, rot_table, game_rot, timestamp
|
123 |
|
|
|
116 |
#game_rot['GAME_DATE'] = pd.to_datetime(game_rot['GAME_DATE']).dt.date
|
117 |
|
118 |
timestamp = gamelog_table['Date'].max()
|
|
|
|
|
119 |
|
120 |
return gamelog_table, rot_table, game_rot, timestamp
|
121 |
|