fix flake8 warnings

This commit is contained in:
gcarq
2018-06-22 02:55:27 +02:00
parent 089f633c06
commit 814894da7b
3 changed files with 4 additions and 9 deletions

View File

@@ -89,7 +89,7 @@ CONF_SCHEMA = {
'type': 'object',
'properties': {
'enabled': {'type': 'boolean'},
'listen_ip_address': { "format": "ipv4"},
'listen_ip_address': {"format": "ipv4"},
'listen_port': {
'type': 'integer',
"minimum": 1024,