1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 01:18:28 +00:00

src: fix typo

This commit is contained in:
Pavol Rusnak 2017-12-15 21:11:46 +01:00
parent 5192387060
commit edb80eda61
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -1,6 +1,7 @@
def pin_to_int(pin):
return int('1' + pin)
def show_pin_timeout(wait, total):
from trezor import ui
ui.display.bar(0, 0, ui.SCREEN, ui.SCREEN, ui.BG)