diff --git a/freqtrade/constants.py b/freqtrade/constants.py index a9b073352..89818cdcd 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -260,11 +260,11 @@ CONF_SCHEMA = { 'enum': TELEGRAM_SETTING_OPTIONS, 'default': 'off' }, - 'sell': {'type': 'object', - 'additionalProperties': { - 'type': 'string', - 'enum': TELEGRAM_SETTING_OPTIONS - }}, + 'sell': {'type': 'object', + 'additionalProperties': { + 'type': 'string', + 'enum': TELEGRAM_SETTING_OPTIONS + }}, 'sell_cancel': {'type': 'string', 'enum': TELEGRAM_SETTING_OPTIONS}, 'sell_fill': { 'type': 'string',