Skip to content

Commit

Permalink
edit binarysearch lower bound to 1500
Browse files Browse the repository at this point in the history
  • Loading branch information
DetegiCE authored Jul 30, 2022
1 parent c411f23 commit e598bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ss500pp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

url = 'https://new.scoresaber.com/api/players/'
left = 500
right = 1000
right = 1500
pp500rank = -1

while True:
Expand Down

1 comment on commit e598bad

@vercel
Copy link

@vercel vercel bot commented on e598bad Jul 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.