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