From 8517a0d5589f37f99cf7318c353529979821cc7e Mon Sep 17 00:00:00 2001 From: "ishak jmilou.ishak" Date: Thu, 9 Jan 2025 12:00:02 +0100 Subject: [PATCH] comment out image update interval in script.js --- src/Python/flask/web/static/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Python/flask/web/static/script.js b/src/Python/flask/web/static/script.js index 1a052a1..00dd445 100644 --- a/src/Python/flask/web/static/script.js +++ b/src/Python/flask/web/static/script.js @@ -57,5 +57,5 @@ document.addEventListener("DOMContentLoaded", function() { setInterval(parseData, 1000); // Update the image every 200 milliseconds - setInterval(updateImage, 100); + // setInterval(updateImage, 100); }); \ No newline at end of file