corrected logic
This commit is contained in:
parent
504d1b1bd6
commit
f168c68676
@ -86,7 +86,7 @@ class Worker:
|
||||
# Log state transition
|
||||
if state != old_state:
|
||||
|
||||
if state != State.RELOAD_CONFIG:
|
||||
if State.RELOAD_CONFIG not in (state, old_state):
|
||||
self.freqtrade.notify_status(f'{state.name.lower()}')
|
||||
|
||||
logger.info(
|
||||
|
Loading…
Reference in New Issue
Block a user