fix pep8
This commit is contained in:
parent
397cc7a648
commit
35d5f44fa3
1 changed files with 1 additions and 1 deletions
|
@ -39,4 +39,4 @@ if config.get('network'):
|
||||||
NETWORK_IGNORE_IPS = config['network'].get('ignore_ips')
|
NETWORK_IGNORE_IPS = config['network'].get('ignore_ips')
|
||||||
NETWORK_LLDP = config['network'].get('lldp') is True
|
NETWORK_LLDP = config['network'].get('lldp') is True
|
||||||
|
|
||||||
INVENTORY_ENABLED = config.get('inventory') == True
|
INVENTORY_ENABLED = config.get('inventory') is True
|
||||||
|
|
Loading…
Add table
Reference in a new issue