fix wording

This commit is contained in:
gcarq 2017-11-06 18:15:33 +01:00
parent e66dc8b027
commit 117dfbb563

View File

@ -63,7 +63,7 @@ def _process() -> None:
except RuntimeError:
telegram.send_msg('*Status:* Got RuntimeError:\n```\n{traceback}```{hint}'.format(
traceback=traceback.format_exc(),
hint='Issue `/start` if you think it is save to restart.'
hint='Issue `/start` if you think it is safe to restart.'
))
logger.exception('Got RuntimeError. Stopping trader ...')
update_state(State.STOPPED)