mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
fixed braket
This commit is contained in:
parent
e1f5745f59
commit
58879ff012
|
@ -84,7 +84,7 @@ class StrategyResolver(object):
|
||||||
abs_paths.insert(0, extra_dir)
|
abs_paths.insert(0, extra_dir)
|
||||||
|
|
||||||
if ":" in strategy_name:
|
if ":" in strategy_name:
|
||||||
logger.debug(("loading base64 endocded strategy")
|
logger.debug("loading base64 endocded strategy")
|
||||||
strat = strategy_name.split(":")
|
strat = strategy_name.split(":")
|
||||||
|
|
||||||
if len(strat) == 2:
|
if len(strat) == 2:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user