fix flushing of messages

This commit is contained in:
GitBluub
2022-12-22 19:08:04 +09:00
parent 7bb07d4829
commit ee0094eaad
3 changed files with 20 additions and 17 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ class Key:
self.start = start
self.duration = duration
def __str__(self):
def __repr__(self):
return f"{self.key} ({self.start} - {self.duration})"