mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
ledger: pass str to message dialog
This commit is contained in:
parent
f9e948ebc1
commit
ddcdbfa181
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Ledger_Handler(QtHandlerBase):
|
|||
try:
|
||||
from .auth2fa import LedgerAuthDialog
|
||||
except ImportError as e:
|
||||
self.message_dialog(e)
|
||||
self.message_dialog(str(e))
|
||||
return
|
||||
dialog = LedgerAuthDialog(self, data)
|
||||
dialog.exec_()
|
||||
|
|
Loading…
Add table
Reference in a new issue