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