Update freqtrade/rpc/fiat_convert.py

This commit is contained in:
A. Schueler
2021-05-22 16:26:58 +02:00
committed by GitHub
parent be13856171
commit 0693458507

View File

@@ -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):
""" """