Multichem commited on
Commit
b7bd9a2
·
1 Parent(s): 3b6c847

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def load_fd_stacks():
105
 
106
  return raw_display
107
 
108
- @st.cache_resource(ttl = 3600)
109
  def set_export_ids():
110
  sh = gcservice_account.open_by_url(all_dk_player_projections)
111
  worksheet = sh.worksheet('DK_ROO')
 
105
 
106
  return raw_display
107
 
108
+ @st.cache_resource(ttl = 600)
109
  def set_export_ids():
110
  sh = gcservice_account.open_by_url(all_dk_player_projections)
111
  worksheet = sh.worksheet('DK_ROO')