Merge pull request #428 from gcarq/fix/issue-397

Remove useless USDT_BTC filename conversion
This commit is contained in:
Samuel Husso 2018-01-23 09:53:10 +02:00 committed by GitHub
commit c593e909aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,6 @@ def download_backtesting_testdata(datadir: str, pair: str, interval: int = 5) ->
pair=filepair,
interval=interval,
))
filename = filename.replace('USDT_BTC', 'BTC_FAKEBULL')
if os.path.isfile(filename):
with open(filename, "rt") as fp: