From e5c84b22bbc1fc7b3973c7621c31169e698fae9f Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong Date: Wed, 26 May 2021 15:59:41 +0700 Subject: [PATCH] Update constants.py --- freqtrade/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index 5ec60eb59..7bb9895fe 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -260,7 +260,7 @@ CONF_SCHEMA = { 'enum': TELEGRAM_SETTING_OPTIONS, 'default': 'off' }, - 'sell': {'type': 'string', 'enum': TELEGRAM_SETTING_OPTIONS}, + 'sell': {'type': 'object'}, 'sell_cancel': {'type': 'string', 'enum': TELEGRAM_SETTING_OPTIONS}, 'sell_fill': { 'type': 'string',