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 973647f commit 4aafcfc
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 @@ -163,7 +163,7 @@ def init_auto(self):
#Gui process
gui = Process(target=Gui)
#Bot process
bot = Process(target=second.auto)
bot = Process(target=class_bot.auto)

gui.start()
bot.start()
Expand Down

0 comments on commit 4aafcfc

Please sign in to comment.