Skip to content

Commit

Permalink
Fix NO_CONF_REQUIRED for list-hyperopts
Browse files Browse the repository at this point in the history
  • Loading branch information
hroff-1902 committed Feb 2, 2020
1 parent d12e03e commit 8415687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freqtrade/commands/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"print_json", "hyperopt_show_no_header"]

NO_CONF_REQURIED = ["download-data", "list-timeframes", "list-markets", "list-pairs",
"list-strategies", "hyperopt-list", "hyperopt-show", "plot-dataframe",
"plot-profit"]
"list-strategies", "list-hyperopts", "hyperopt-list", "hyperopt-show",
"plot-dataframe", "plot-profit"]

NO_CONF_ALLOWED = ["create-userdir", "list-exchanges", "new-hyperopt", "new-strategy"]

Expand Down

0 comments on commit 8415687

Please sign in to comment.