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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ class CryptoToFiatConverter:
_coingekko: CoinGeckoAPI = None
_cryptomap: Dict = {}
_backoff = int
_backoff: int = 0
def __new__(cls):
"""