Fix config_examples typo

This commit is contained in:
erdieee 2022-04-29 20:10:50 +02:00
parent 43049e0465
commit f23faac368
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
}, },
"bot_name": "freqtrade", "bot_name": "freqtrade",
"initial_state": "running", "initial_state": "running",
"force_enter_enable": false, "force_entry_enable": false,
"internals": { "internals": {
"process_throttle_secs": 5 "process_throttle_secs": 5
} }