odd cut and paste error fixed.

This commit is contained in:
creslinux
2018-07-27 08:55:36 +00:00
parent 6e437a7290
commit d23b3ccc5e
2 changed files with 6 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ CONF_SCHEMA = {
'type': 'object',
'properties': {
'name': {'type': 'string'},
'sandbox': {'type': 'boolean'},
'key': {'type': 'string'},
'secret': {'type': 'string'},
'pair_whitelist': {