mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 00:28:16 -06:00
17169 remove cache buster
This commit is contained in:
parent
569cb9ae74
commit
a5b3e72ebb
@ -205,7 +205,6 @@ def get_catalog_plugins():
|
|||||||
return plugins
|
return plugins
|
||||||
|
|
||||||
catalog_plugins = cache.get(CACHE_KEY_CATALOG_FEED, default={})
|
catalog_plugins = cache.get(CACHE_KEY_CATALOG_FEED, default={})
|
||||||
catalog_plugins = None
|
|
||||||
if not catalog_plugins:
|
if not catalog_plugins:
|
||||||
try:
|
try:
|
||||||
catalog_plugins = make_plugin_dict()
|
catalog_plugins = make_plugin_dict()
|
||||||
|
Loading…
Reference in New Issue
Block a user