mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-23 21:00:56 +00:00
log error in find_price
This commit is contained in:
@@ -198,5 +198,6 @@ class CryptoToFiatConverter(object):
|
||||
convert=fiat_symbol
|
||||
)[0]['price_' + fiat_symbol.lower()]
|
||||
)
|
||||
except BaseException:
|
||||
except BaseException as ex:
|
||||
logger.error("Error in _find_price: %s", ex)
|
||||
return 0.0
|
||||
|
||||
Reference in New Issue
Block a user