Add name getting

This commit is contained in:
Matthias
2019-11-09 09:07:46 +01:00
parent 31c7189b8b
commit bf69b055eb
7 changed files with 28 additions and 16 deletions

View File

@@ -14,8 +14,8 @@ logger = logging.getLogger(__name__)
class StaticPairList(IPairList):
def __init__(self, exchange, config, pairlistconfig: dict) -> None:
super().__init__(exchange, config, pairlistconfig)
def __init__(self, exchange, pairlistmanager, config, pairlistconfig: dict) -> None:
super().__init__(exchange, pairlistmanager, config, pairlistconfig)
@property
def needstickers(self) -> bool: