Update main.py

This commit is contained in:
Tib3rius 2025-05-27 13:26:27 -04:00
parent 457b2048f6
commit ee58c5c6a2
1 changed files with 1 additions and 1 deletions

View File

@ -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