wording in the log message
This commit is contained in:
parent
77d2479c75
commit
8546db9dfd
@ -363,7 +363,7 @@ class FreqtradeBot(object):
|
|||||||
logger.debug('Ignoring %s in pair whitelist', trade.pair)
|
logger.debug('Ignoring %s in pair whitelist', trade.pair)
|
||||||
|
|
||||||
if not whitelist:
|
if not whitelist:
|
||||||
logger.info("No currency pairs left in whitelist, no trades can be created.")
|
logger.info("No currency pair left in whitelist, no more trade can be created.")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# running get_signal on historical data fetched
|
# running get_signal on historical data fetched
|
||||||
|
Loading…
Reference in New Issue
Block a user