Skip to content

Commit

Permalink
Update ffmpeg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte authored Oct 28, 2024
1 parent 631ab0d commit 97ad819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neonize/utils/ffmpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ async def __aenter__(self):
file.write(self.__file_data)
return self

async def __aexit__(self, *ex):
async def __aexit__(self, *args, **kwargs):
if not isinstance(self.filename, str):
self.filename.__exit__(None, None, None)

Expand Down

0 comments on commit 97ad819

Please sign in to comment.