fix: LINT

This commit is contained in:
gerlofvanek 2024-11-28 09:58:52 +01:00
parent 801006fa70
commit 1bb721edf5

View file

@ -51,6 +51,7 @@ known_chart_coins = [
"BCH",
]
def tickerToCoinId(ticker):
search_str = ticker.upper()
for c in Coins: