Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
temporary fix end expe
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloKi committed Sep 2, 2021
1 parent 9ca8398 commit 33bb9c3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ClassBot/ExpeditionClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,15 @@ def expedition(run):
asyncio.run(test())
print("----------------------------------\n")
time.sleep(3)
pyautogui.press('esc')
time.sleep(3)
if count == int(run):
pyautogui.press('esc')
time.sleep(2)
return 1
else:
pyautogui.press('esc')
time.sleep(2)
time.sleep(3)
pyautogui.press('esc')
time.sleep(2)
time.sleep(3)
pyautogui.press('esc')
time.sleep(3)
break


Expand Down

0 comments on commit 33bb9c3

Please sign in to comment.