From 83211cafb79a6f143905f904161d1c0fcd0cbdbc Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Wed, 4 Feb 2026 17:14:21 +0000 Subject: [PATCH] Actualiser plugins.py --- plugins.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins.py b/plugins.py index e50610d..d1defd8 100644 --- a/plugins.py +++ b/plugins.py @@ -8,18 +8,12 @@ PLUGINS = [ 'netbox_bgp', - 'netbox_secrets', 'netbox_topology_views', - # 'netbox_documents', - # 'netbox_acls', - # 'netbox_qrcode', - # 'netbox_proxbox', 'netbox_branching', # MUST be last ] PLUGINS_CONFIG = { 'netbox_branching': {}, 'netbox_bgp': {}, - 'netbox_secrets': {}, 'netbox_topology_views': {}, }