Fix missing comma in kucoin template

closes #5646
This commit is contained in:
Matthias 2021-10-01 19:26:51 +02:00
parent bd7d9c0d33
commit f69cb39a17

View File

@ -4,7 +4,7 @@
"secret": "{{ exchange_secret }}", "secret": "{{ exchange_secret }}",
"password": "{{ exchange_key_password }}", "password": "{{ exchange_key_password }}",
"ccxt_config": { "ccxt_config": {
"enableRateLimit": true "enableRateLimit": true,
"rateLimit": 200 "rateLimit": 200
}, },
"ccxt_async_config": { "ccxt_async_config": {