From 35d5f44fa328911c63f842c85c38d17134a011d7 Mon Sep 17 00:00:00 2001 From: Solvik Blum Date: Fri, 23 Aug 2019 15:16:52 +0200 Subject: [PATCH] fix pep8 --- netbox_agent/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox_agent/config.py b/netbox_agent/config.py index acb4d5a..194c78f 100644 --- a/netbox_agent/config.py +++ b/netbox_agent/config.py @@ -39,4 +39,4 @@ if config.get('network'): NETWORK_IGNORE_IPS = config['network'].get('ignore_ips') NETWORK_LLDP = config['network'].get('lldp') is True -INVENTORY_ENABLED = config.get('inventory') == True +INVENTORY_ENABLED = config.get('inventory') is True