Merge pull request #592 from xmatthias/develop_fix_dyn_wl
Disable dynamic whitelist if not specified
This commit is contained in:
commit
9cb5591007
@ -114,10 +114,7 @@ class FreqtradeBot(object):
|
||||
Constants.PROCESS_THROTTLE_SECS
|
||||
)
|
||||
|
||||
nb_assets = self.config.get(
|
||||
'dynamic_whitelist',
|
||||
Constants.DYNAMIC_WHITELIST
|
||||
)
|
||||
nb_assets = self.config.get('dynamic_whitelist', None)
|
||||
|
||||
self._throttle(func=self._process,
|
||||
min_secs=min_secs,
|
||||
|
Loading…
Reference in New Issue
Block a user