mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add default to internals
This commit is contained in:
parent
c6d6dbfdb1
commit
eff5cc0568
|
@ -210,6 +210,7 @@ CONF_SCHEMA = {
|
|||
'forcebuy_enable': {'type': 'boolean'},
|
||||
'internals': {
|
||||
'type': 'object',
|
||||
'default': {},
|
||||
'properties': {
|
||||
'process_throttle_secs': {'type': 'integer'},
|
||||
'interval': {'type': 'integer'},
|
||||
|
|
Loading…
Reference in New Issue
Block a user