final flake happy

This commit is contained in:
hroff-1902 2019-04-03 22:14:42 +03:00
parent d54acca53a
commit 65350ad552

View File

@ -143,7 +143,9 @@ class Worker(object):
})
logger.exception('OperationalException. Stopping trader ...')
self.freqtrade.state = State.STOPPED
### state_changed = True
# TODO: The return value of _process() is not used apart tests
# and should (could) be eliminated later. See PR #1689.
# state_changed = True
return state_changed
def _reconfigure(self):