mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-26 23:13:24 +00:00
Merge branch 'badunicode' into development
This commit is contained in:
commit
f272a9ead2
1 changed files with 1 additions and 1 deletions
|
@ -955,7 +955,7 @@ class AddStreamFromLBRYcrdName(AddStreamFromHash):
|
||||||
def _get_info_to_show(self):
|
def _get_info_to_show(self):
|
||||||
i = AddStream._get_info_to_show(self)
|
i = AddStream._get_info_to_show(self)
|
||||||
if self.description is not None:
|
if self.description is not None:
|
||||||
i.append(("description", self.description))
|
i.append(("description", str(self.description)))
|
||||||
if self.key_fee is None or self.key_fee_address is None:
|
if self.key_fee is None or self.key_fee_address is None:
|
||||||
i.append(("decryption key fee", "Free"))
|
i.append(("decryption key fee", "Free"))
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue