1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

support: fix bug in support.py show

This commit is contained in:
matejcik 2018-08-24 15:29:48 +02:00
parent a01b92339d
commit a903b996c8

View File

@ -420,7 +420,7 @@ def show(keyword):
Keywords match against key, name or shortcut (ticker symbol) of coin.
"""
defs = coin_info.coin_info_with_duplicates()
defs, _ = coin_info.coin_info_with_duplicates()
for kw in keyword:
for coin in coin_info.search(defs, kw):