From 113a5e3db3702a77337985c422287dc3c6815df7 Mon Sep 17 00:00:00 2001 From: gallego Date: Wed, 8 Oct 2025 12:23:36 +0200 Subject: [PATCH] =?UTF-8?q?=C3=A7a=20marche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pendue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pendue.py b/pendue.py index a3373df..3ed415e 100644 --- a/pendue.py +++ b/pendue.py @@ -122,7 +122,7 @@ class JeuPendu: bg=COULEUR_BOUTON, fg="white", activebackground=COULEUR_BOUTON_SURVOL, - command=lambda l=lettre.lower(): self.deviner_lettre(l) + command=lambda l=lettre.lower(): self.guess_letter(l) ) bouton.grid(row=i // 9, column=i % 9, padx=3, pady=3) self.boutons_lettres[lettre.lower()] = bouton