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

@@ -20,7 +20,8 @@ class PairListResolver(IResolver):
__slots__ = ['pairlist']
def __init__(self, pairlist_name: str, exchange, pairlistmanager, config: dict, pairlistconfig) -> None:
def __init__(self, pairlist_name: str, exchange, pairlistmanager,
config: dict, pairlistconfig) -> None:
"""
Load the custom class from config parameter
:param config: configuration dictionary or None