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
dbef9cd981
commit
88a7d222a2
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ def app_domain_update(app_id, domain_old, domain_new):
|
|||
|
||||
requests.put(url, data=json.dumps(data), headers=headers)
|
||||
#set_domain(domains[0], app_id)
|
||||
return domains
|
||||
return domain_new
|
||||
else:
|
||||
raise CommandException(const.ERROR_CLIENT_PARAM_NOTEXIST, "App has no proxy", "")
|
||||
|
||||
|
|
Loading…
Reference in a new issue