From f14b4133c3a827dddd39053b1629d4b93d931d9f Mon Sep 17 00:00:00 2001 From: Stefano Ariestasia Date: Tue, 3 Oct 2023 13:36:31 +0900 Subject: [PATCH] fix wording --- freqtrade/optimize/analysis/recursive_helpers.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/freqtrade/optimize/analysis/recursive_helpers.py b/freqtrade/optimize/analysis/recursive_helpers.py index 5ee03a9ce..32dbce149 100644 --- a/freqtrade/optimize/analysis/recursive_helpers.py +++ b/freqtrade/optimize/analysis/recursive_helpers.py @@ -102,6 +102,5 @@ class RecursiveAnalysisSubFunctions: RecursiveAnalysisSubFunctions.text_table_recursive_analysis_instances( RecursiveAnalysis_instances) else: - logger.error("There were no strategies specified neither through " - "--strategy " + logger.error("There was no strategy specified through --strategy " "or timeframe was not specified.")