fix: invert logic and to or
This commit is contained in:
@@ -136,7 +136,7 @@ class Binance(Exchange):
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
self._config["exchange"].get("only_from_ccxt", False)
|
self._config["exchange"].get("only_from_ccxt", False)
|
||||||
and
|
or
|
||||||
# only download timeframes with significant improvements,
|
# only download timeframes with significant improvements,
|
||||||
# otherwise fall back to rest API
|
# otherwise fall back to rest API
|
||||||
not (
|
not (
|
||||||
|
|||||||
Reference in New Issue
Block a user