From 039d7ad2c3b6fcb74991dea9a4744fa76225e55d Mon Sep 17 00:00:00 2001 From: Charles Johnson <138817709+Lamentomori@users.noreply.github.com> Date: Wed, 15 May 2024 19:10:29 -0500 Subject: [PATCH] Update BlueDucky.py fixed an error that broke the user experience --- BlueDucky.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BlueDucky.py b/BlueDucky.py index d3402e8..b4d2b72 100644 --- a/BlueDucky.py +++ b/BlueDucky.py @@ -695,7 +695,7 @@ def main(): blue = "\033[0m" red = "\033[91m" reset = "\033[0m" - payload_choice = input(f"\n{blue}Enter the number that represents the payload you would like to load{white}: {blue}") + payload_choice = input(f"\n{blue}Enter the number that represents the payload you would like to load{reset}: {blue}") selected_payload = None try: