Skip to content

Commit

Permalink
优化御魂司机
Browse files Browse the repository at this point in the history
  • Loading branch information
lisai9093 committed Mar 29, 2024
1 parent 815d98a commit 9b6ee32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yys.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def yuhun():
if refresh==0:
cishu=cishu+1
print('挑战次数:',cishu)
t = random.randint(50,150) / 100
t = random.randint(500,750) / 100
else:
print('挑战中。。。',i)
t = random.randint(50,100) / 100
Expand Down

0 comments on commit 9b6ee32

Please sign in to comment.