mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
Update manage.py
This commit is contained in:
parent
6ea070bb93
commit
526e9fa749
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user