mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
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…
Reference in a new issue