Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
wait until task is fully done
Browse files Browse the repository at this point in the history
  • Loading branch information
TimShaw1 committed Jun 30, 2023
1 parent 4af435d commit 7df5b2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion task-solvers/Open Waterways.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
pyautogui.dragTo(x, y + y_offset, 0.2)
pyautogui.dragTo(x + x_offset, y + 2*y_offset, 0.2)
pyautogui.dragTo(x + 2*x_offset, y + y_offset, 0.2)
pyautogui.dragTo(x + x_offset, y, 0.2)
pyautogui.dragTo(x + x_offset, y, 0.2)

time.sleep(5)

0 comments on commit 7df5b2c

Please sign in to comment.