Merge pull request #2167 from hroff-1902/fix-download-script

minor: fix download replacement script
This commit is contained in:
Matthias 2019-08-21 07:03:13 +02:00 committed by GitHub
commit f8235aec74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
#!/usr/bin/env python3
import sys
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/ "
"for details.")