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