Skip to content

Commit

Permalink
Merge pull request #611 from sklump/put-label-in-status
Browse files Browse the repository at this point in the history
put agent label in status call
  • Loading branch information
andrewwhitehead authored Jul 16, 2020
2 parents ee4fd1d + 8781629 commit 6dedbb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aries_cloudagent/admin/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ async def status_handler(self, request: web.BaseRequest):
"""
status = {"version": __version__}
status["label"] = self.context.settings.get("default_label")
collector: Collector = await self.context.inject(Collector, required=False)
if collector:
status["timing"] = collector.results
Expand Down

0 comments on commit 6dedbb0

Please sign in to comment.