fix agent command 2

This commit is contained in:
Mery-Sanz 2025-04-24 15:05:47 +02:00 committed by Víctor Mayoral Vilches
parent d5797aee75
commit 85bd632eb4
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class AgentCommand(Command):
agent_id = args[0]
agents_to_display = get_available_agents()
agent_list = list(agents_to_display.items()) # preserve order for indexing
agent_list = list(agents_to_display.items())
# Check if agent_id is a number
if agent_id.isdigit():