better format

This commit is contained in:
Matthias 2021-11-22 00:52:51 +01:00
parent c496076505
commit 4b98ea27ce
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -199,7 +199,8 @@ class Plugins:
continue # continue -> the plugin is not loaded
# init package
# now we can be sure that an admin has activated the plugin -> as of Nov 2021 there are not many checks in place
# now we can be sure that an admin has activated the plugin
# TODO check more stuff -> as of Nov 2021 there are not many checks in place
# but we could enhance those to check signatures, run the plugin against a whitelist etc.
logger.info(f'Loading integration plugin {plugin.PLUGIN_NAME}')
try: