mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Merge pull request #428 from gcarq/fix/issue-397
Remove useless USDT_BTC filename conversion
This commit is contained in:
commit
c593e909aa
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user