mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-17 13:21:15 +00:00
chore: wording update in _rpc_list_custom_data
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user