Merge 2f81785d5c
into dca83b070d
This commit is contained in:
commit
679d10533a
@ -86,7 +86,9 @@ class Worker:
|
||||
# Log state transition
|
||||
if state != old_state:
|
||||
|
||||
if old_state != State.RELOAD_CONFIG:
|
||||
if old_state != State.RELOAD_CONFIG or (
|
||||
old_state == State.RELOAD_CONFIG and
|
||||
state != State.RUNNING):
|
||||
self.freqtrade.notify_status(f'{state.name.lower()}')
|
||||
|
||||
logger.info(
|
||||
|
Loading…
Reference in New Issue
Block a user