From 53494efa50b6f435e83d923ea93db0fd0320fa72 Mon Sep 17 00:00:00 2001 From: Ocnaru Mihai Date: Sun, 27 Nov 2022 16:36:50 +0200 Subject: [PATCH] Update class_gui.py --- Wordle/class_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wordle/class_gui.py b/Wordle/class_gui.py index 68d307c..3fa28d8 100644 --- a/Wordle/class_gui.py +++ b/Wordle/class_gui.py @@ -148,7 +148,7 @@ def init_auto(self): "", lambda self: [ root.destroy(), - Process(target=class_gui.auto).start(), + Process(target=class_bot.auto).start(), Process(target=Gui).start(), ], )