kmaurinjones commited on
Commit
ae7cc47
1 Parent(s): 0218513

Update wordle_functions.py

Browse files
Files changed (1) hide show
  1. wordle_functions.py +1 -1
wordle_functions.py CHANGED
@@ -648,7 +648,7 @@ def wordle_wizard(word_list: list, max_guesses: int = None,
648
 
649
  if return_stats == False:
650
  if verbose == True:
651
- st.write(f"All potential next guesses:\n\t{get_word_rating(words_to_rate = list(potential_next_guesses)[0], word_list = word_list)}\n")
652
  st.write(f"Words guessed so far:\n\t{guessed_words}.\n")
653
 
654
  st.write(f"The only remaining possible word is:\n\t'{list(potential_next_guesses)[0]}'\n")
 
648
 
649
  if return_stats == False:
650
  if verbose == True:
651
+ st.write(f"All potential next guesses:\n\t{get_word_rating(words_to_rate = list(potential_next_guesses), word_list = word_list)}\n")
652
  st.write(f"Words guessed so far:\n\t{guessed_words}.\n")
653
 
654
  st.write(f"The only remaining possible word is:\n\t'{list(potential_next_guesses)[0]}'\n")