Skip to content

Commit

Permalink
Add default to internals
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 28, 2019
1 parent c6d6dbf commit eff5cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freqtrade/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
'forcebuy_enable': {'type': 'boolean'},
'internals': {
'type': 'object',
'default': {},
'properties': {
'process_throttle_secs': {'type': 'integer'},
'interval': {'type': 'integer'},
Expand Down

0 comments on commit eff5cc0

Please sign in to comment.