mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 22:10:35 +00:00
Add Initial bot start and current bot start to /health telegram msg
This commit is contained in:
@@ -1704,7 +1704,9 @@ class Telegram(RPCHandler):
|
||||
Shows the last process timestamp
|
||||
"""
|
||||
health = self._rpc.health()
|
||||
message = f"Last process: `{health['last_process_loc']}`"
|
||||
message = f"Last process: `{health['last_process_loc']}`\n"
|
||||
message += f"Initial bot Start: `{health['bot_start_loc']}`\n"
|
||||
message += f"Current bot Start: `{health['bot_startup_loc']}`"
|
||||
await self._send_msg(message)
|
||||
|
||||
@authorized_only
|
||||
|
||||
Reference in New Issue
Block a user