[Fix] Fix manager handle error
This commit is contained in:
2
test/main.py
Normal file → Executable file
2
test/main.py
Normal file → Executable 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
|
||||
|
Reference in New Issue
Block a user