Make the scoreview use scorometer's information
This commit is contained in:
@@ -282,6 +282,7 @@ class Scorometer:
|
||||
self.info["missed"] += 1
|
||||
send(
|
||||
{
|
||||
"type": "end",
|
||||
"overallScore": self.info["score"],
|
||||
"score": {
|
||||
"missed": self.info["missed"],
|
||||
|
||||
Reference in New Issue
Block a user