Browse Source

Update plugin.py

283
anduck 8 years ago
committed by GitHub
parent
commit
064535c27d
  1. 1
      plugins/trezor/plugin.py

1
plugins/trezor/plugin.py

@ -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

Loading…
Cancel
Save