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:
parent
a01b92339d
commit
a903b996c8
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user