Update manage.py
This commit is contained in:
parent
cc2cbd0e89
commit
7502d4dbb8
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ def app_domain_update(app_id, domain_old, domain_new):
|
|||
"ssl_forced": False
|
||||
}
|
||||
|
||||
requests.put(url, dta=json.dumps(data), headers=headers)
|
||||
requests.put(url, data=json.dumps(data), headers=headers)
|
||||
set_domain(domain_new, app_id)
|
||||
|
||||
return domain_new
|
||||
|
|
Loading…
Add table
Reference in a new issue