Merge commit '4dca84817eb1b62047a9e4d282254392ea978e44' into feature/objectify
This commit is contained in:
@@ -51,9 +51,9 @@ def main(sysargv: Dict) -> None:
|
||||
state = freqtrade.worker(old_state=state)
|
||||
|
||||
except KeyboardInterrupt:
|
||||
logger.info('Got SIGINT, aborting ...')
|
||||
logger.info('SIGINT received, aborting ...')
|
||||
except BaseException:
|
||||
logger.exception('Got fatal exception!')
|
||||
logger.exception('Fatal exception!')
|
||||
finally:
|
||||
freqtrade.clean()
|
||||
sys.exit(0)
|
||||
|
Reference in New Issue
Block a user