mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-26 06:11:45 +00:00
Update freqtrade/rpc/fiat_convert.py
This commit is contained in:
@@ -27,7 +27,7 @@ class CryptoToFiatConverter:
|
||||
_coingekko: CoinGeckoAPI = None
|
||||
|
||||
_cryptomap: Dict = {}
|
||||
_backoff = int
|
||||
_backoff: int = 0
|
||||
|
||||
def __new__(cls):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user