try getting picture to work

This commit is contained in:
Sem van der Hoeven
2023-05-30 12:14:24 +02:00
parent bd0d12cf67
commit c871da0641
2 changed files with 1 additions and 2 deletions

View File

@@ -63,7 +63,6 @@ app.get("/image", function (req, res) {
});
console.log("sending picture request")
ws.send(request);
while (received_picture == false) { }
res.status(200).send(last_image);
});