Test for blacklist

This commit is contained in:
Matthias
2018-11-30 07:06:02 +01:00
parent 8fd713f3ae
commit 58c7adae0a
2 changed files with 4 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ class StaticList(object):
def refresh_whitelist(self) -> None:
"""
Refreshes whitelist.
Refreshes whitelist and assigns it to self._whitelist
"""
self._whitelist = self.validate_whitelist(self._config['exchange']['pair_whitelist'])