mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
Update wave_info_reader.py
This commit is contained in:
@@ -81,5 +81,5 @@ class WavInfoChunkReader:
|
||||
|
||||
def __repr__(self):
|
||||
return_val = self.to_dict()
|
||||
return_val.update({'encoding', self.encoding})
|
||||
return_val.update({'encoding': self.encoding})
|
||||
return str(return_val)
|
||||
|
||||
Reference in New Issue
Block a user