AgeFilter is always enabled

This commit is contained in:
hroff-1902 2020-07-22 21:44:39 +03:00
parent f6bde8bd9c
commit 5213abf510
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ class AgeFilter(IPairList):
raise OperationalException("AgeFilter requires min_days_listed be not exceeding "
"exchange max request size "
f"({exchange.ohlcv_candle_limit})")
self._enabled = self._min_days_listed >= 1
@property
def needstickers(self) -> bool: