[IMP] Improve ospp_base and ospp_slide modules

university-opentkr-16.0
Oliver Yuan 2023-04-17 16:14:52 +08:00
parent 3eacffc1f7
commit 8b4b108590
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ class ChannelInstance(models.Model):
'demo': demo 'demo': demo
} }
response = requests.request("POST", url, headers=headers, data=urlencode(payload)) response = requests.request("POST", url, headers=headers, data=urlencode(payload), verify=False)
rec.message = response.text rec.message = response.text
if response.status_code == 200 and 'error' not in response.text: if response.status_code == 200 and 'error' not in response.text:
rec.instance_created = True rec.instance_created = True