del online once webstreaming is finished

This commit is contained in:
Quentin Fuxa
2025-01-14 20:20:22 +01:00
parent 3f30d3de6e
commit 9cbac96c44

View File

@@ -173,6 +173,8 @@ async def websocket_endpoint(websocket: WebSocket):
pass
ffmpeg_process.wait()
del online
if __name__ == "__main__":