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 1c0c81d commit 631ab0d
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

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

Expand Down

0 comments on commit 631ab0d

Please sign in to comment.