fix syntax error in audio.py

This commit is contained in:
Bryan Bishop
2013-11-17 11:09:24 -06:00
parent 4a95f90360
commit af6b87ae49

View File

@@ -209,7 +209,7 @@ class Channel:
for class_ in sound_classes:
if class_.id == i:
return class_
if self.channel in [4. 8]: return Noise
if self.channel in [4, 8]: return Noise
return Note