mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 15:11:35 +01:00
lowcap start at zero
This commit is contained in:
@@ -58,6 +58,8 @@ class Player:
|
||||
def requestRange(start, end):
|
||||
'''Request a range from the rating server'''
|
||||
|
||||
start = max(start, 0)
|
||||
|
||||
# request information from rating server #
|
||||
requestURL = BASE_URL.format(server=SERVER, \
|
||||
path=LOCATION, \
|
||||
|
||||
Reference in New Issue
Block a user