We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95358bc commit 5087b78Copy full SHA for 5087b78
MultiServer.py
@@ -810,7 +810,7 @@ def _cmd_missing(self) -> bool:
810
locations = get_missing_checks(self.ctx, self.client)
811
812
if locations:
813
- texts = [f'Missing: {get_item_name_from_id(location)}' for location in locations]
+ texts = [f'Missing: {get_location_name_from_address(location)}' for location in locations]
814
texts.append(f"Found {len(locations)} missing location checks")
815
self.ctx.notify_client_multiple(self.client, texts)
816
else:
0 commit comments