PR cleanup

This commit is contained in:
Clément Le Bihan
2023-09-14 17:20:39 +02:00
parent f83043a9c9
commit aaaf73f632
2 changed files with 2 additions and 4 deletions

View File

@@ -114,9 +114,8 @@ class Scorometer:
),
None,
)
if to_play or True:
# perf = self.getTimingScore(key, to_play)
perf = "perfect"
if to_play:
perf = self.getTimingScore(key, to_play)
self.info[perf] += 1
self.info["score"] += (
100