Fixing the tester

This commit is contained in:
big bg
2022-01-21 14:23:39 +01:00
parent ec1cc63e56
commit c28f86a8b8
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,3 +1,2 @@
mido
pygame
pygame.midi
+1 -1
View File
@@ -23,7 +23,7 @@ class Key:
def read_midi(file):
notes = []
notes_on = []
notes_on = {}
s = 0
for msg in MidiFile(file):
d = msg.dict()