mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-19 21:40:24 +00:00
Improve wording on /health message
This commit is contained in:
@@ -1705,8 +1705,8 @@ class Telegram(RPCHandler):
|
||||
"""
|
||||
health = self._rpc.health()
|
||||
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']}`"
|
||||
message += f"Initial bot start: `{health['bot_start_loc']}`\n"
|
||||
message += f"Last bot restart: `{health['bot_startup_loc']}`"
|
||||
await self._send_msg(message)
|
||||
|
||||
@authorized_only
|
||||
|
||||
Reference in New Issue
Block a user