mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update manage.py
This commit is contained in:
parent
6ffcad8f3e
commit
1053ec1ae1
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ def set_app_info(output_list, num):
|
|||
def install_app_process(app_name):
|
||||
|
||||
if docker.check_app_directory(app_name):
|
||||
percentage = docker.get_process_perc(app_name):
|
||||
percentage = docker.get_process_perc(app_name)
|
||||
ret = Response(code=const.RETURN_SUCCESS, message=percentage)
|
||||
ret = ret.dict()
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue