Update manage.py

This commit is contained in:
qiaofeng1227 2023-03-08 07:53:57 +08:00 committed by GitHub
parent 2244b0de17
commit 25d0391a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,6 @@ def get_my_app(app_name=None):
url = "http://"+ip+":"+str(port)
elif db_port != "":
port = int(db_port)
url = ""
# get user_name
username_env, user_name = docker.read_env(path, "APP_USER")