Skip to content

Commit 8dbfa5e

Browse files
committed
Bug fix
1 parent affdbaa commit 8dbfa5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wordle_solver/wordle_solver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def main():
169169
res = get_row_results(game_rows[guesses_left + 1 - i])
170170
solving_algorithm(finder.possible_words[0], res, finder)
171171
if len(finder.possible_words) == 1:
172+
enter_word(finder.possible_words[0])
172173
print(f"The word is : {finder.possible_words[0]}\n")
173174
break
174175
time.sleep(1)

0 commit comments

Comments
 (0)