mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
878e16545d
Every time that there's freqtrade "ticks", pairs in the blacklist are checked and a warning message is displayed. So, the logs are continuously flooded with the same warnings. For example: 2021-07-26 06:24:45 freqtrade.plugins.pairlistmanager: WARNING - Pair XTZUP/USDT in your blacklist. Removing it from whitelist... 2021-07-26 06:24:45 freqtrade.plugins.pairlistmanager: WARNING - Pair SUSHIUP/USDT in your blacklist. Removing it from whitelist... 2021-07-26 06:24:45 freqtrade.plugins.pairlistmanager: WARNING - Pair XTZDOWN/USDT in your blacklist. Removing it from whitelist... 2021-07-26 06:24:50 freqtrade.plugins.pairlistmanager: WARNING - Pair XTZUP/USDT in your blacklist. Removing it from whitelist... 2021-07-26 06:24:50 freqtrade.plugins.pairlistmanager: WARNING - Pair SUSHIUP/USDT in your blacklist. Removing it from whitelist... 2021-07-26 06:24:50 freqtrade.plugins.pairlistmanager: WARNING - Pair XTZDOWN/USDT in your blacklist. Removing it from whitelist... This patch shows the warning only the first time, by keeping track of which pairs in the blacklist were already logged. |
||
---|---|---|
.. | ||
commands | ||
configuration | ||
data | ||
edge | ||
enums | ||
exchange | ||
mixins | ||
optimize | ||
persistence | ||
plot | ||
plugins | ||
resolvers | ||
rpc | ||
strategy | ||
templates | ||
vendor | ||
__init__.py | ||
__main__.py | ||
constants.py | ||
exceptions.py | ||
freqtradebot.py | ||
loggers.py | ||
main.py | ||
misc.py | ||
wallets.py | ||
worker.py |