From 54d7be9e3d70786f520872679d113d79c0956dca Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong Date: Thu, 27 May 2021 02:38:27 +0700 Subject: [PATCH] Update constants.py --- freqtrade/constants.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index 89818cdcd..2e0efc8e7 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -260,11 +260,13 @@ 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',