From ee58c5c6a2fb58f6ea7f396d1d90b2714e35bf1d Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Tue, 27 May 2025 13:26:27 -0400 Subject: [PATCH] Update main.py --- autorecon/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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