mirror of
https://github.com/facefusion/facefusion.git
synced 2026-08-18 14:57:13 +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)
|
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())
|
file_buffer = io.BytesIO(open(file_path, 'rb').read())
|
||||||
return partial(file_buffer.read, 1024)
|
return partial(file_buffer.read, 1024)
|
||||||
|
|||||||
Reference in New Issue
Block a user