Multichem commited on
Commit
dd40f0c
·
verified ·
1 Parent(s): 170c65a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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