From 7a0177bbfbc926a1833d18042becf37fd20eb529 Mon Sep 17 00:00:00 2001 From: xereeto Date: Sat, 9 Mar 2024 18:06:50 +0000 Subject: [PATCH] Update wordle.py --- wordle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordle.py b/wordle.py index 724f696..e567c9e 100644 --- a/wordle.py +++ b/wordle.py @@ -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: