Make the scoreview use scorometer's information

This commit is contained in:
2023-05-23 18:36:34 +09:00
parent b1d2027d4b
commit 47e0861d47
3 changed files with 22 additions and 17 deletions
+1
View File
@@ -282,6 +282,7 @@ class Scorometer:
self.info["missed"] += 1
send(
{
"type": "end",
"overallScore": self.info["score"],
"score": {
"missed": self.info["missed"],