Fix list_agents to not call it self.

This commit is contained in:
Gershon Bialer
2023-04-14 20:59:58 -07:00
parent 6a93537c42
commit bac898f993

View File

@@ -265,7 +265,7 @@ def message_agent(key, message):
def list_agents():
"""List all agents"""
return list_agents()
return agents.list_agents()
def delete_agent(key):