mirror of
https://github.com/facefusion/facefusion.git
synced 2026-04-22 09:26:02 +02:00
add tons of todos
This commit is contained in:
@@ -50,6 +50,6 @@ def prepare_test_output_directory() -> bool:
|
||||
return is_directory(test_outputs_directory)
|
||||
|
||||
|
||||
def create_media_reader(file_path : str) -> partial[bytes]:
|
||||
def create_media_reader(file_path : str) -> partial[bytes]: #todo: kill this
|
||||
file_buffer = io.BytesIO(open(file_path, 'rb').read())
|
||||
return partial(file_buffer.read, 1024)
|
||||
|
||||
Reference in New Issue
Block a user