mirror of https://github.com/aliasrobotics/cai.git
fix agent command 2
This commit is contained in:
parent
d5797aee75
commit
85bd632eb4
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue