Multichem commited on
Commit
d8541ef
·
verified ·
1 Parent(s): 58af4f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def init_DK_seed_frame():
67
 
68
  return DK_seed
69
 
70
- @st.cache_data(ttl = 59)
71
  def init_FD_seed_frame():
72
  collection = db["FD_MLB_seed_frame"]
73
  cursor = collection.find()
 
67
 
68
  return DK_seed
69
 
70
+ @st.cache_data(ttl = 60)
71
  def init_FD_seed_frame():
72
  collection = db["FD_MLB_seed_frame"]
73
  cursor = collection.find()