lowcap start at zero

This commit is contained in:
2019-06-09 20:08:43 +02:00
parent 97559b413a
commit 7f6665cb01

View File

@@ -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, \