mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-31 01:11:29 +00:00
type
This commit is contained in:
parent
987f175fcc
commit
bc29fc4465
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class StreamDescriptor:
|
||||||
iv_generator: typing.Optional[typing.Generator[bytes, None, None]] = None,
|
iv_generator: typing.Optional[typing.Generator[bytes, None, None]] = None,
|
||||||
old_sort: bool = False,
|
old_sort: bool = False,
|
||||||
blob_completed_callback: typing.Optional[typing.Callable[['AbstractBlob'],
|
blob_completed_callback: typing.Optional[typing.Callable[['AbstractBlob'],
|
||||||
None]] = None) -> 'StreamDescriptor':
|
asyncio.Task]] = None) -> 'StreamDescriptor':
|
||||||
blobs: typing.List[BlobInfo] = []
|
blobs: typing.List[BlobInfo] = []
|
||||||
|
|
||||||
iv_generator = iv_generator or random_iv_generator()
|
iv_generator = iv_generator or random_iv_generator()
|
||||||
|
|
Loading…
Add table
Reference in a new issue