fix #1810
This commit is contained in:
parent
6166e19405
commit
537c03504f
@ -71,7 +71,7 @@ class Worker(object):
|
|||||||
while True:
|
while True:
|
||||||
state = self._worker(old_state=state)
|
state = self._worker(old_state=state)
|
||||||
if state == State.RELOAD_CONF:
|
if state == State.RELOAD_CONF:
|
||||||
self.freqtrade = self._reconfigure()
|
self._reconfigure()
|
||||||
|
|
||||||
def _worker(self, old_state: State, throttle_secs: Optional[float] = None) -> State:
|
def _worker(self, old_state: State, throttle_secs: Optional[float] = None) -> State:
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user