From 14aaf8976f6aefc48f99018cc7bc732339151f74 Mon Sep 17 00:00:00 2001 From: hroff-1902 Date: Wed, 21 Aug 2019 02:26:58 +0300 Subject: [PATCH] fix download replacement script --- scripts/download_backtest_data.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/download_backtest_data.py b/scripts/download_backtest_data.py index 496f83c7d..a8f919a10 100755 --- a/scripts/download_backtest_data.py +++ b/scripts/download_backtest_data.py @@ -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.")