Skip to content

Commit

Permalink
修复探索意外退出
Browse files Browse the repository at this point in the history
  • Loading branch information
lisai9093 committed Jul 17, 2024
1 parent 96eb3d6 commit 1478ede
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yys.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ def gouliang():
action.touch(queding)
t = random.randint(50,80) / 100
time.sleep(t)
break
continue

for i in ['jujue','queding','ying','querenyuhun',\
Expand Down Expand Up @@ -741,7 +740,6 @@ def gouliang3():
action.touch(queding)
t = random.randint(50,80) / 100
time.sleep(t)
break
continue

for i in ['jujue','querenyuhun',\
Expand Down

0 comments on commit 1478ede

Please sign in to comment.