James McCool commited on
Commit
4e31296
·
1 Parent(s): c8d3aa5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ player_roo_format = {'Top_finish': '{:.2%}','Top_5_finish': '{:.2%}', 'Top_10_fi
64
 
65
  all_dk_player_projections = 'https://docs.google.com/spreadsheets/d/1I_1Ve3F4tftgfLQQoRKOJ351XfEG48s36OxXUKxmgS8/edit#gid=1391856348'
66
 
67
- @st.cache_resource(ttl=100)
68
  def player_stat_table():
69
 
70
  collection = db["Player_Stats"]
 
64
 
65
  all_dk_player_projections = 'https://docs.google.com/spreadsheets/d/1I_1Ve3F4tftgfLQQoRKOJ351XfEG48s36OxXUKxmgS8/edit#gid=1391856348'
66
 
67
+ @st.cache_resource(ttl=60)
68
  def player_stat_table():
69
 
70
  collection = db["Player_Stats"]