Add log-message for edge-case

This commit is contained in:
Matthias 2021-08-15 19:28:36 +02:00
parent ed6776c5cd
commit 322ea2481e
1 changed files with 2 additions and 1 deletions

View File

@ -120,5 +120,6 @@ class RangeStabilityFilter(IPairList):
logger.info)
result = False
self._pair_cache[pair] = result
else:
self.log_once(f"Removed {pair} from whitelist, no candles found.", logger.info)
return result