fix dbb cli

This commit is contained in:
SomberNight 2017-12-07 00:27:25 +01:00
parent 38e3143bd0
commit 4e60cedea9
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
from electrum.plugins import hook
from .digitalbitbox import DigitalBitboxPlugin
from ..hw_wallet import CmdLineHandler

View File

@ -29,7 +29,7 @@ class CmdLineHandler:
def stop(self):
pass
def show_message(self, msg, on_cancel):
def show_message(self, msg, on_cancel=None):
print_msg(msg)
def update_status(self, b):