feat: display current status in notification after reload config

This commit is contained in:
Axel-CH
2025-03-25 13:38:06 -04:00
parent 0553486e55
commit 2b01d2e06b
+1 -1
View File
@@ -225,7 +225,7 @@ class Worker:
# Load and validate config and create new instance of the bot # Load and validate config and create new instance of the bot
self._init(True) self._init(True)
self.freqtrade.notify_status("config reloaded") self.freqtrade.notify_status(f"{State(self.freqtrade.state)} after config reloaded")
# Tell systemd that we completed reconfiguration # Tell systemd that we completed reconfiguration
self._notify("READY=1") self._notify("READY=1")