Skip to content

Commit

Permalink
Fix typo in parameter transition
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 28, 2019
1 parent 6860491 commit 525550e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/configuration/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def _process_plot_options(self, config: Dict[str, Any]) -> None:
self._args_to_config(config, argname='dataformat_ohlcv',
logstring='Using "{}" to store OHLCV data.')

self._args_to_config(config, argname='dataformat_trade',
self._args_to_config(config, argname='dataformat_trades',
logstring='Using "{}" to store trades data.')

def _process_runmode(self, config: Dict[str, Any]) -> None:
Expand Down

0 comments on commit 525550e

Please sign in to comment.