From 6336d8a0e27e41daf36df6a184486be6437ca25c Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 12 Jul 2018 21:43:52 +0200 Subject: [PATCH] remove copy leftover --- freqtrade/constants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/freqtrade/constants.py b/freqtrade/constants.py index 311f2fa72..385dac1d1 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -107,7 +107,6 @@ CONF_SCHEMA = { 'webhookbuy': {'type': 'object'}, 'webhooksell': {'type': 'object'}, 'webhookstatus': {'type': 'object'}, - 'chat_id': {'type': 'string'}, }, }, 'db_url': {'type': 'string'},