mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-07-28 23:22:58 +00:00
update versions for pre-commit (#741)
This commit is contained in:
@ -268,7 +268,6 @@ def encode_media(
|
||||
# return False
|
||||
|
||||
with tempfile.TemporaryDirectory(dir=settings.TEMP_DIRECTORY) as temp_dir:
|
||||
|
||||
tf = create_temp_file(suffix=".{0}".format(profile.extension), dir=temp_dir)
|
||||
tfpass = create_temp_file(suffix=".{0}".format(profile.extension), dir=temp_dir)
|
||||
ffmpeg_commands = produce_ffmpeg_commands(
|
||||
|
Reference in New Issue
Block a user