additional tests

This commit is contained in:
Nullart2
2018-08-15 12:05:56 +08:00
parent 48e218d6c0
commit b34aa46181
3 changed files with 39 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ class FreqtradeBot(object):
f'*Strategy:* `{strategy_name}`'
})
if self.config.get('dynamic_whitelist', False):
top_pairs = 'top ' + str(self.config.get('dynamic_whitelist', False))
top_pairs = 'top ' + str(self.config.get('dynamic_whitelist', 20))
specific_pairs = ''
else:
top_pairs = 'whitelisted'