mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 17:30:41 +00:00
fix bugs
This commit is contained in:
@@ -132,7 +132,7 @@ class WavInfoReader:
|
||||
scopes = ('fmt', 'data') # 'bext', 'ixml', 'info')
|
||||
|
||||
for scope in scopes:
|
||||
attr: WavAudioFormat = self.__getattribute__(scope)
|
||||
attr = self.__getattribute__(scope)
|
||||
for field in attr._fields:
|
||||
yield scope, field, attr.__getattribute__(field)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user