mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update comment
This commit is contained in:
parent
acea49beaf
commit
1b3038390a
|
@ -73,7 +73,7 @@ class CryptoToFiatConverter:
|
|||
|
||||
def __new__(cls):
|
||||
"""
|
||||
This class is a singleton - should not be instanciated twice.
|
||||
This class is a singleton - cannot be instantiated twice.
|
||||
"""
|
||||
if CryptoToFiatConverter.__instance is None:
|
||||
CryptoToFiatConverter.__instance = object.__new__(cls)
|
||||
|
|
Loading…
Reference in New Issue
Block a user