From: Guillaume Pellerin Date: Fri, 4 Apr 2025 10:29:54 +0000 (+0200) Subject: fix stop X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2782a7cea68c4783a3c88abfca526362836f810b;p=teleforma.git fix stop --- diff --git a/teleforma/models/core.py b/teleforma/models/core.py index 79a86bef..d8a9b470 100644 --- a/teleforma/models/core.py +++ b/teleforma/models/core.py @@ -402,12 +402,11 @@ class Conference(Model): def stop(self): self.date_end = datetime.datetime.now() + self.streaming = False self.save() for stream in self.livestream.all(): stream.delete() for station in self.station.all(): - station.started = False - station.save() station.stop() if 'telecaster' in settings.INSTALLED_APPS: try: