mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
follow-up 3c505660a6
This commit is contained in:
parent
7869232737
commit
d3065f73bf
1 changed files with 2 additions and 2 deletions
|
@ -174,12 +174,12 @@ class DigitalBitbox_Client():
|
|||
self.password = None
|
||||
if reply['error']['code'] == 109:
|
||||
msg = _("Incorrect password entered.") + "\n\n" + \
|
||||
+ reply['error']['message'] + "\n\n" + \
|
||||
reply['error']['message'] + "\n\n" + \
|
||||
_("Enter your Digital Bitbox password:")
|
||||
else:
|
||||
# Should never occur
|
||||
msg = _("Unexpected error occurred.") + "\n\n" + \
|
||||
+ reply['error']['message'] + "\n\n" + \
|
||||
reply['error']['message'] + "\n\n" + \
|
||||
_("Enter your Digital Bitbox password:")
|
||||
|
||||
# Initialize device if not yet initialized
|
||||
|
|
Loading…
Add table
Reference in a new issue