mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
feat: display current status in notification after reload config
This commit is contained in:
@@ -225,7 +225,7 @@ class Worker:
|
||||
# Load and validate config and create new instance of the bot
|
||||
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
|
||||
self._notify("READY=1")
|
||||
|
||||
Reference in New Issue
Block a user