Timo commited on
Commit
7d4c042
·
1 Parent(s): f4bf513
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -112,7 +112,7 @@ st.title("🃏 MTG Draft Assistant")
112
  with st.sidebar:
113
  st.header("Draft setup")
114
 
115
- supported_sets = None #get_supported_sets()
116
 
117
  if supported_sets:
118
  set_code = st.radio("Choose a set to draft", supported_sets, index=0)
 
112
  with st.sidebar:
113
  st.header("Draft setup")
114
 
115
+ supported_sets = get_supported_sets()
116
 
117
  if supported_sets:
118
  set_code = st.radio("Choose a set to draft", supported_sets, index=0)