From 1a5d9a76c9f129bc8e3236ff7ad0081199538d82 Mon Sep 17 00:00:00 2001 From: xereeto Date: Sat, 9 Mar 2024 18:07:56 +0000 Subject: [PATCH] Update wordle.py --- wordle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wordle.py b/wordle.py index 04a5cd4..845fc07 100644 --- a/wordle.py +++ b/wordle.py @@ -7,6 +7,7 @@ from getch import getch import possible import os import random +import warnings with warnings.catch_warnings(): warnings.simplefilter("ignore")