mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove verbosity of edge
This commit is contained in:
parent
57ea0c322f
commit
90ad178932
|
@ -77,7 +77,7 @@ class AgeFilter(IPairList):
|
|||
if not needed_pairs:
|
||||
# Remove pairs that have been removed before
|
||||
return [p for p in pairlist if p not in self._symbolsCheckFailed]
|
||||
logger.info(f"needed pairs {needed_pairs}")
|
||||
|
||||
since_days = -(
|
||||
self._max_days_listed if self._max_days_listed else self._min_days_listed
|
||||
) - 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user