mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
parent
b1dd5572d3
commit
af722bf9cf
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ def setparams(self, params):
|
|||
self.setcomptype(comptype, compname)
|
||||
|
||||
def getparams(self):
|
||||
return _sunau_getparams(self.getnchannels(), self.getsampwidth(),
|
||||
return _sunau_params(self.getnchannels(), self.getsampwidth(),
|
||||
self.getframerate(), self.getnframes(),
|
||||
self.getcomptype(), self.getcompname())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue