Skip to content

Commit

Permalink
更新突破
Browse files Browse the repository at this point in the history
  • Loading branch information
lisai9093 committed May 31, 2024
1 parent 05fa7d5 commit c464cd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yys.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,13 @@ def tupo():
print('进攻CD,暂停5分钟')
t=60*5
time.sleep(t)
continue
else:
refresh=refresh+1
else:
refresh=0
last_click=i
#print('重复次数:',refresh)
print('debug:',i,', ',refresh)
if refresh>6:
print('进攻次数上限')
select_mode()
Expand Down

0 comments on commit c464cd0

Please sign in to comment.