mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-19 06:11:15 +00:00
chore: update telegram _list_custom_data
This commit is contained in:
@@ -1982,11 +1982,10 @@ class Telegram(RPCHandler):
|
|||||||
)
|
)
|
||||||
for custom_data in trade_custom_data:
|
for custom_data in trade_custom_data:
|
||||||
lines = [
|
lines = [
|
||||||
f"*Key:* `{custom_data['cd_key']}`",
|
f"*Trade ID:* `{trade_id}`",
|
||||||
f"*ID:* `{custom_data['id']}`",
|
f"*Key:* `{custom_data['key']}`",
|
||||||
f"*Trade ID:* `{custom_data['ft_trade_id']}`",
|
f"*Type:* `{custom_data['type']}`",
|
||||||
f"*Type:* `{custom_data['cd_type']}`",
|
f"*Value:* `{custom_data['value']}`",
|
||||||
f"*Value:* `{custom_data['cd_value']}`",
|
|
||||||
f"*Create Date:* `{format_date(custom_data['created_at'])}`",
|
f"*Create Date:* `{format_date(custom_data['created_at'])}`",
|
||||||
f"*Update Date:* `{format_date(custom_data['updated_at'])}`",
|
f"*Update Date:* `{format_date(custom_data['updated_at'])}`",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user