fix download replacement script
This commit is contained in:
parent
eebf39a1df
commit
14aaf8976f
@ -1,8 +1,10 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
print("This script has been integrated into freqtrade "
|
print("This script has been integrated into freqtrade "
|
||||||
"and it's functionality is available by calling `freqtrade download-data`.")
|
"and its functionality is available by calling `freqtrade download-data`.")
|
||||||
print("Please check the documentation on https://www.freqtrade.io/en/latest/backtesting/ "
|
print("Please check the documentation on https://www.freqtrade.io/en/latest/backtesting/ "
|
||||||
"for details.")
|
"for details.")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user