mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-22 19:49:20 +00:00
fix: LINT
This commit is contained in:
parent
801006fa70
commit
1bb721edf5
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ known_chart_coins = [
|
|||
"BCH",
|
||||
]
|
||||
|
||||
|
||||
def tickerToCoinId(ticker):
|
||||
search_str = ticker.upper()
|
||||
for c in Coins:
|
||||
|
|
Loading…
Reference in a new issue