docstring

This commit is contained in:
Matthias 2021-11-20 12:47:34 +01:00
parent e82c93ffae
commit 4171fe42d9
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -8,6 +8,7 @@ PLUGIN_BASE = 'plugin' # Constant for links
def get_integration_urls():
"""collect all plugin urls"""
urls = []
for plugin in settings.INTEGRATION_PLUGINS.values():
if plugin.mixin_enabled('urls'):