mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +00:00
Update docker.py
This commit is contained in:
parent
7fa367366d
commit
40a86b578a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ def get_process_perc(app_name, real_name):
|
|||
if if_app_running(app_name):
|
||||
process_now = "initing"
|
||||
if if_app_access(app_name):
|
||||
process_now = "initing"
|
||||
process_now = "running"
|
||||
|
||||
return process_now
|
||||
|
||||
|
|
Loading…
Reference in a new issue