fix normal scoro mode

This commit is contained in:
GitBluub
2024-01-16 00:50:27 +01:00
committed by Clément Le Bihan
parent c1d714e02a
commit 9fd70d3110
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ class Key:
self.start = start
self.duration = duration
self.done = False
self.half_done = False
def __repr__(self):
return f"{self.key} ({self.start} - {self.duration})"