James McCool commited on
Commit
4a6242b
·
1 Parent(s): 6d5e8f7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ team_roo_format = {'Top Score%': '{:.2%}','0 Runs': '{:.2%}', '1 Run': '{:.2%}',
57
  player_roo_format = {'Top_finish': '{:.2%}','Top_5_finish': '{:.2%}', 'Top_10_finish': '{:.2%}', '20+%': '{:.2%}', '2x%': '{:.2%}', '3x%': '{:.2%}',
58
  '4x%': '{:.2%}','GPP%': '{:.2%}'}
59
 
60
- @st.cache_resource(ttl = 600)
61
  def player_stat_table():
62
  try:
63
  sh = gcservice_account.open_by_url(NHL_Data)
 
57
  player_roo_format = {'Top_finish': '{:.2%}','Top_5_finish': '{:.2%}', 'Top_10_finish': '{:.2%}', '20+%': '{:.2%}', '2x%': '{:.2%}', '3x%': '{:.2%}',
58
  '4x%': '{:.2%}','GPP%': '{:.2%}'}
59
 
60
+ @st.cache_resource(ttl = 599)
61
  def player_stat_table():
62
  try:
63
  sh = gcservice_account.open_by_url(NHL_Data)