Update wordle.py

This commit is contained in:
xereeto 2024-03-09 18:06:50 +00:00
parent 84de0a0229
commit 7a0177bbfb
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ except KeyboardInterrupt:
finally:
print("\033cGoodbye!"+reset,end='')
cliflag = sys.argv[1] if len(sys.argv) > 1 else ''
if(cliflag != "--nounicode"):
if(cliflag != "--no-unicode"):
print("\n\nWordle "+str(w.turn)+"/6")
blocks=["","🟨","🟩"]
for guess in w.guesses: