Upload files to "Modules"

This commit is contained in:
2024-11-26 21:59:38 -05:00
parent 9b9344f921
commit 8526a4ea4e

View File

@ -68,7 +68,7 @@ def build_submenu(menu_title, actions=None, module=None):
status = f"{Fore.GREEN}✔️ " if action_status[key] else f"" status = f"{Fore.GREEN}✔️ " if action_status[key] else f""
# Highlight the key and description based on highlight status # Highlight the key and description based on highlight status
if key == "ALL": if key == "ALL":
print(f"{Fore.BLUE}[{key}]{Style.RESET_ALL} {status} {action['description']}") print(f"{Fore.BLUE}[{key}]{Style.RESET_ALL} {status} {action['description']}{Style.RESET_ALL}")
elif highlight_status[key]: elif highlight_status[key]:
print(f"{Style.RESET_ALL}[{key}] {Fore.YELLOW}💡 {action['description']}{Style.RESET_ALL}") print(f"{Style.RESET_ALL}[{key}] {Fore.YELLOW}💡 {action['description']}{Style.RESET_ALL}")
else: else: