Update manage.py

This commit is contained in:
qiaofeng1227 2023-04-16 22:25:14 +08:00 committed by GitHub
parent 6ea070bb93
commit 526e9fa749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,6 +261,7 @@ def split_app_id(app_id):
return app_id.split("_")[1]
def get_apps_from_compose(output_list):
myLogger.info_logger(len(output_list))
ip_result = shell_execute.execute_command_output_all("curl ifconfig.me")
ip = ip_result["result"]
app_list = []