mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-19 06:11:15 +00:00
chore: remove trade id from telegram response for list_custom_data
This commit is contained in:
@@ -1987,7 +1987,6 @@ class Telegram(RPCHandler):
|
|||||||
)
|
)
|
||||||
for custom_data in trade_custom_data:
|
for custom_data in trade_custom_data:
|
||||||
lines = [
|
lines = [
|
||||||
f"*Trade ID:* `{trade_id}`",
|
|
||||||
f"*Key:* `{custom_data['key']}`",
|
f"*Key:* `{custom_data['key']}`",
|
||||||
f"*Type:* `{custom_data['type']}`",
|
f"*Type:* `{custom_data['type']}`",
|
||||||
f"*Value:* `{custom_data['value']}`",
|
f"*Value:* `{custom_data['value']}`",
|
||||||
|
|||||||
Reference in New Issue
Block a user