Update plugin.py

This commit is contained in:
anduck 2016-11-09 23:14:25 +02:00 committed by GitHub
parent 32af57e2c9
commit 064535c27d
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ class TrezorCompatiblePlugin(HW_PluginBase):
msg = (_('Outdated %s firmware for device labelled %s. Please '
'download the updated firmware from %s') %
(self.device, client.label(), self.firmware_URL))
self.print_error(msg)
handler.show_error(msg)
return None