Skip to content

Commit

Permalink
fix: properly pass timerange to data-download
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 22, 2024
1 parent 32f5924 commit 503305c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/rpc/api_server/api_download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def pairlists_evaluate(
config_loc = deepcopy(config)
config_loc["stake_currency"] = ""
config_loc["pairs"] = payload.pairs
config_loc["timeframe"] = payload.timeframes
config_loc["timerange"] = payload.timerange
config_loc["days"] = payload.days
config_loc["timeframes"] = payload.timeframes
config_loc["erase"] = payload.erase
Expand Down

0 comments on commit 503305c

Please sign in to comment.