Merge pull request #8 from depreciate/master

ddd
This commit is contained in:
Josh Smith
2019-02-11 06:53:34 -05:00
committed by GitHub

View File

@@ -436,7 +436,7 @@ class handler(requestsManager.asyncRequestHandler):
("beatmapSetId", beatmapInfo.beatmapSetID),
("beatmapPlaycount", beatmapInfo.playcount + 1),
("beatmapPasscount", beatmapInfo.passcount + (s.completed == 3)),
("approvedDate", beatmapInfo.rankingDate)
("approvedDate", "")
]),
BeatmapChart(
oldPersonalBest if s.completed == 3 else currentPersonalBest,
@@ -455,7 +455,7 @@ class handler(requestsManager.asyncRequestHandler):
("beatmapSetId", beatmapInfo.beatmapSetID),
("beatmapPlaycount", beatmapInfo.playcount),
("beatmapPasscount", beatmapInfo.passcount),
("approvedDate", beatmapInfo.rankingDate)
("approvedDate", "")
]),
collections.OrderedDict([
("chartId", "overall"),