[Fix] Fix manager handle error

This commit is contained in:
2025-07-11 14:49:11 +08:00
parent 8e487863cf
commit ab5c5e2262
4 changed files with 98 additions and 2 deletions

2
test/main.py Normal file → Executable file
View File

@ -62,7 +62,7 @@ def main_menu():
continue
while True:
logger.info(f"=====> Exsist Services Management <=====")
service_code = 1
service_code = 0
for service in service_manager.services_list:
logger.info(f"=====> {service_code}: {service._name}")
service_code += 1