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
5e2541dd0b
commit
9e07e40893
1 changed files with 1 additions and 0 deletions
|
@ -658,6 +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 domain_new
|
||||
else:
|
||||
raise CommandException(const.ERROR_CLIENT_PARAM_NOTEXIST, "App has no proxy", "")
|
||||
|
|
Loading…
Reference in a new issue