From b6ba37b3c9a02d433731d58479c2a12ba395be39 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Mon, 6 Jun 2022 18:32:38 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9bug=20check=5Fadresses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 351818e..fddd980 100644 --- a/main.py +++ b/main.py @@ -146,7 +146,7 @@ class SuggestionPopup(Toplevel): self.selection = None def destroy(self): if self.selection is None: - self.selection = 0 + self.selection = True super().destroy() def select(self):