Fixed some bugs picked up in flake8

This commit is contained in:
Jamie Hardt
2022-11-13 17:25:56 -08:00
committed by GitHub
parent bd196f2dbf
commit 284267c9c0
2 changed files with 5 additions and 5 deletions

View File

@@ -98,8 +98,8 @@ class ChannelMap:
self.set_audio_channel(int( matchresult.group(1)), True )
def _append_ext(self, audio_ext):
self.a3 = ext.audio3
self.a4 = ext.audio4
self.a3 = audio_ext.audio3
self.a4 = audio_ext.audio4
def __or__(self, other):
"""