fixed formatting

This commit is contained in:
cs0lar
2023-04-11 13:50:02 +01:00
parent 5fe784aabe
commit 786ee6003c
4 changed files with 3 additions and 5 deletions

View File

@@ -298,4 +298,4 @@ def delete_agent(key):
result = agents.delete_agent(key)
if not result:
return f"Agent {key} does not exist."
return f"Agent {key} deleted."
return f"Agent {key} deleted."