1
0
This commit is contained in:
SomberNight
2018-03-14 12:42:42 +01:00
parent 7e6fba0513
commit 0f5cabc7f6
6 changed files with 16 additions and 4 deletions

View File

@@ -32,6 +32,9 @@ class CmdLineHandler:
def show_message(self, msg, on_cancel=None):
print_msg(msg)
def show_error(self, msg):
print_msg(msg)
def update_status(self, b):
print_error('trezor status', b)