17034 refactor from review feedback

This commit is contained in:
Arthur Hanson 2024-07-31 20:50:15 +07:00
parent 0440e7e7b9
commit 65cd124f6f
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ class Plugin:
installed_version: str = ''
def get_local_plugins(plugins):
def get_local_plugins(plugins={}):
"""
Return a dictionary of all locally-installed plugins, mapped by name.
"""

View File

@ -774,7 +774,7 @@ STRAWBERRY_DJANGO = {
# Plugins
#
PLUGIN_CATALOG_URL = 'httpxs://api.netbox.oss.netboxlabs.com/v1/plugins'
PLUGIN_CATALOG_URL = 'https://api.netbox.oss.netboxlabs.com/v1/plugins'
# Register any configured plugins
for plugin_name in PLUGINS: