Skip to content

Commit

Permalink
Update class_gui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
w-i-l authored Nov 27, 2022
1 parent 4aafcfc commit 53494ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wordle/class_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def init_auto(self):
"<Button-1>",
lambda self: [
root.destroy(),
Process(target=class_gui.auto).start(),
Process(target=class_bot.auto).start(),
Process(target=Gui).start(),
],
)
Expand Down

0 comments on commit 53494ef

Please sign in to comment.