mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
fix dbb cli
This commit is contained in:
parent
38e3143bd0
commit
4e60cedea9
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
from electrum.plugins import hook
|
||||||
from .digitalbitbox import DigitalBitboxPlugin
|
from .digitalbitbox import DigitalBitboxPlugin
|
||||||
from ..hw_wallet import CmdLineHandler
|
from ..hw_wallet import CmdLineHandler
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ class CmdLineHandler:
|
||||||
def stop(self):
|
def stop(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def show_message(self, msg, on_cancel):
|
def show_message(self, msg, on_cancel=None):
|
||||||
print_msg(msg)
|
print_msg(msg)
|
||||||
|
|
||||||
def update_status(self, b):
|
def update_status(self, b):
|
||||||
|
|
Loading…
Add table
Reference in a new issue