mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update manage.py
This commit is contained in:
parent
0ba7b5a564
commit
af8cff0140
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ def app_domain_delete(app_id, domains):
|
|||
if domain not in old_domains:
|
||||
raise CommandException(const.ERROR_CLIENT_PARAM_NOTEXIST, "Domain is not bind", "")
|
||||
|
||||
proxy = get_proxy(app_id, domain)
|
||||
proxy = get_proxy_domain(app_id, domain)
|
||||
if proxy != None:
|
||||
myLogger.info_logger(proxy)
|
||||
domains_old = proxy["domain_names"]
|
||||
|
|
Loading…
Reference in a new issue