diff --git a/autorecon/main.py b/autorecon/main.py index e92fd65..bbc0ddd 100644 --- a/autorecon/main.py +++ b/autorecon/main.py @@ -1223,7 +1223,7 @@ async def run(): autorecon.plugins.pop(slug) else: print() - error('The following plugins failed checks that prevent AutoRecon from running: ' + ','.join(failed_check_plugin_slugs)) + error('The following plugins failed checks that prevent AutoRecon from running: ' + ', '.join(failed_check_plugin_slugs)) error('Check above output to fix these issues, disable relevant plugins, or run AutoRecon with --ignore-plugin-checks to disable failed plugins at runtime.') print() errors = True