Multichem commited on
Commit
87e322f
·
verified ·
1 Parent(s): 34ed1b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ expose_format = {'Proj Own': '{:.2%}','Exposure': '{:.2%}'}
40
 
41
  all_dk_player_projections = 'https://docs.google.com/spreadsheets/d/1NmKa-b-2D3w7rRxwMPSchh31GKfJ1XcDI2GU8rXWnHI/edit#gid=943304327'
42
 
43
- @st.cache_resource(ttl = 600)
44
  def grab_baseline_stuff():
45
  sh = gcservice_account.open_by_url(all_dk_player_projections)
46
  worksheet = sh.worksheet('Player_Data_Master')
 
40
 
41
  all_dk_player_projections = 'https://docs.google.com/spreadsheets/d/1NmKa-b-2D3w7rRxwMPSchh31GKfJ1XcDI2GU8rXWnHI/edit#gid=943304327'
42
 
43
+ @st.cache_resource(ttl = 599)
44
  def grab_baseline_stuff():
45
  sh = gcservice_account.open_by_url(all_dk_player_projections)
46
  worksheet = sh.worksheet('Player_Data_Master')