Skip to content

Commit 97ad819

Browse files
authored
Update ffmpeg.py
1 parent 631ab0d commit 97ad819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neonize/utils/ffmpeg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ async def __aenter__(self):
209209
file.write(self.__file_data)
210210
return self
211211

212-
async def __aexit__(self, *ex):
212+
async def __aexit__(self, *args, **kwargs):
213213
if not isinstance(self.filename, str):
214214
self.filename.__exit__(None, None, None)
215215

0 commit comments

Comments
 (0)