mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-05 05:15:14 +00:00
remove unused variable
This commit is contained in:
parent
4d64fca9de
commit
576ef9c4ed
1 changed files with 0 additions and 1 deletions
|
@ -211,7 +211,6 @@ class ManagedStream:
|
||||||
full_path = None
|
full_path = None
|
||||||
file_name = None
|
file_name = None
|
||||||
download_directory = None
|
download_directory = None
|
||||||
written_bytes = None
|
|
||||||
return {
|
return {
|
||||||
'streaming_url': f"http://{self.config.streaming_host}:{self.config.streaming_port}/stream/{self.sd_hash}",
|
'streaming_url': f"http://{self.config.streaming_host}:{self.config.streaming_port}/stream/{self.sd_hash}",
|
||||||
'completed': self.written_bytes >= self.descriptor.lower_bound_decrypted_length(),
|
'completed': self.written_bytes >= self.descriptor.lower_bound_decrypted_length(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue