added comma

This commit is contained in:
Yazeed Al Oyoun 2020-03-27 03:01:51 +01:00
parent 0a87fe76a3
commit ef4426a65c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def start_hyperopt_list(args: Dict[str, Any]) -> None:
'filter_min_total_profit': config.get('hyperopt_list_min_total_profit', None),
'filter_max_total_profit': config.get('hyperopt_list_max_total_profit', None),
'filter_min_objective': config.get('hyperopt_list_min_objective', None),
'filter_max_objective': config.get('hyperopt_list_max_objective', None)
'filter_max_objective': config.get('hyperopt_list_max_objective', None),
}
if filteroptions['filter_min_objective'] is not None: