Fix use of mebibyte.

master
voussoir 2022-11-19 22:43:01 -08:00
parent cfffed81b4
commit e9c5203f11
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ def read_filebytes(
filepath, filepath,
range_min=0, range_min=0,
range_max=None, range_max=None,
chunk_size=bytestring.MIBIBYTE, chunk_size=bytestring.MEBIBYTE,
) -> typing.Iterable[bytes]: ) -> typing.Iterable[bytes]:
''' '''
Yield chunks of bytes from the file between the endpoints. Yield chunks of bytes from the file between the endpoints.