]> git.parisson.com Git - teleforma.git/commitdiff
await
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 19 Jan 2023 16:43:31 +0000 (17:43 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 19 Jan 2023 16:43:31 +0000 (17:43 +0100)
bin
teleforma/models/core.py

diff --git a/bin b/bin
index 877deb91a9d035c74bf726fed8851d38e93014ce..52d01bc8d0ec34d96ae3751fa5709a8ae05066fd 160000 (submodule)
--- a/bin
+++ b/bin
@@ -1 +1 @@
-Subproject commit 877deb91a9d035c74bf726fed8851d38e93014ce
+Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd
index 3ab71ce3c10ba3328160da2f38f1476e0ae682ee..605e2ac5a881c8015b8172cd8de1e0d37645e74a 100755 (executable)
@@ -463,7 +463,7 @@ class Conference(models.Model):
             else:
                 transport = httpx.HTTPTransport(uds=settings.CHANNEL_URL)
                 async with httpx.AsyncClient(transport=transport) as client:
-                    response = client.post("http://localhost" + reverse('teleforma-live-conference-notify'),
+                    response = await client.post("http://localhost" + reverse('teleforma-live-conference-notify'),
                                             data={'id': self.id}, timeout=20.0)
                     assert response.status_code == 200