Multichem commited on
Commit
735ccc8
·
verified ·
1 Parent(s): dc7aba7

Update app.py

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