From a5b3e72ebb4385cba0dd7d4c28ea312301d2bac5 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Thu, 15 Aug 2024 19:02:40 +0700 Subject: [PATCH] 17169 remove cache buster --- netbox/core/plugins.py | 1 - 1 file changed, 1 deletion(-) diff --git a/netbox/core/plugins.py b/netbox/core/plugins.py index 309807f4c..98801d7e9 100644 --- a/netbox/core/plugins.py +++ b/netbox/core/plugins.py @@ -205,7 +205,6 @@ def get_catalog_plugins(): return plugins catalog_plugins = cache.get(CACHE_KEY_CATALOG_FEED, default={}) - catalog_plugins = None if not catalog_plugins: try: catalog_plugins = make_plugin_dict()