mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
final flake happy
This commit is contained in:
parent
d54acca53a
commit
65350ad552
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user