From f66d81c4b8f1d81358731f1da5bbb0d4c94006b3 Mon Sep 17 00:00:00 2001 From: Axel-CH Date: Mon, 17 Mar 2025 17:45:29 -0400 Subject: [PATCH] chore: wording update in _rpc_list_custom_data --- freqtrade/rpc/rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/rpc/rpc.py b/freqtrade/rpc/rpc.py index f9edfb99a..f9c30d916 100644 --- a/freqtrade/rpc/rpc.py +++ b/freqtrade/rpc/rpc.py @@ -1176,7 +1176,7 @@ class RPC: message_details = f"found for Trade ID: {trade_id}." elif key: message_details = f"with key '{key}' found for any open trades." - raise RPCException(f"No custom_data {message_details}") + raise RPCException(f"No custom-data {message_details}") return results