Spaces:
Running
Running
James McCool
commited on
Commit
·
f56b951
1
Parent(s):
f2f4ebd
ping
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ def init_DK_lineups(type_var, slate_var):
|
|
203 |
|
204 |
return DK_seed
|
205 |
|
206 |
-
@st.cache_data(ttl =
|
207 |
def init_FD_lineups(type_var,slate_var):
|
208 |
|
209 |
if type_var == 'Regular':
|
|
|
203 |
|
204 |
return DK_seed
|
205 |
|
206 |
+
@st.cache_data(ttl = 61)
|
207 |
def init_FD_lineups(type_var,slate_var):
|
208 |
|
209 |
if type_var == 'Regular':
|