mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
parent
d99855f060
commit
03fc29c4ac
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ class Abstract_Wallet(PrintError):
|
|||
changed = False
|
||||
old_text = self.labels.get(name)
|
||||
if text:
|
||||
text = text.replace("\n", " ")
|
||||
if old_text != text:
|
||||
self.labels[name] = text
|
||||
changed = True
|
||||
|
|
Loading…
Add table
Reference in a new issue