??????????

This commit is contained in:
Josh Smith 2019-02-18 07:04:03 -05:00
parent cb9bd6cb5d
commit 0abb98f2db
2 changed files with 4 additions and 6 deletions

View File

@ -206,7 +206,7 @@ class score:
self.rank,
self.date)
def setCompletedStatus(self, b = None):
def setCompletedStatus(self):
"""
Set this score completed status and rankedScoreIncrease
"""
@ -216,7 +216,6 @@ class score:
userID = userUtils.getID(self.playerName)
# Create beatmap object
if b is None:
b = beatmap.beatmap(self.fileMd5, 0)
# Make sure we don't have another score identical to this one

View File

@ -205,7 +205,7 @@ class score:
self.rank,
self.date)
def setCompletedStatus(self, b = None):
def setCompletedStatus(self):
"""
Set this score completed status and rankedScoreIncrease
"""
@ -215,7 +215,6 @@ class score:
userID = userUtils.getID(self.playerName)
# Create beatmap object
if b is None:
b = beatmap.beatmap(self.fileMd5, 0)
# Make sure we don't have another score identical to this one