Update freqtrade/rpc/fiat_convert.py
This commit is contained in:
@@ -27,7 +27,7 @@ class CryptoToFiatConverter:
|
|||||||
_coingekko: CoinGeckoAPI = None
|
_coingekko: CoinGeckoAPI = None
|
||||||
|
|
||||||
_cryptomap: Dict = {}
|
_cryptomap: Dict = {}
|
||||||
_backoff = int
|
_backoff: int = 0
|
||||||
|
|
||||||
def __new__(cls):
|
def __new__(cls):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user