fix assign on dict

This commit is contained in:
GitBluub
2023-04-15 22:54:53 +09:00
parent c45f425a5d
commit 0922e6038b

View File

@@ -66,7 +66,7 @@ class Scorometer:
}
def send(self, obj):
obj.info = self.info
obj["info"] = self.info
send(obj)
def getPartition(self, midiFile: str):