From 62a3e2b5c23fc0257a35e3bc9c9e7554f6c484b5 Mon Sep 17 00:00:00 2001 From: VIRTUALGUARD Date: Fri, 11 Jul 2025 19:14:40 +0800 Subject: [PATCH] Update manager --- src/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manager.py b/src/manager.py index 8cc20cc..76e7fad 100755 --- a/src/manager.py +++ b/src/manager.py @@ -72,7 +72,7 @@ class Manager: self.append_service(service_instance=service) return service - # TODO: Add the feature which can store the registered services into a JSON file. + # TODO: Add the feature which can store the registered services into a JSON file whose path with ./data/services.json. def list_services(self) -> None: """Method use for count the num of service instances and list the names of them.