diff --git a/webshit/index.html b/webshit/index.html index 66d09660..d9b11cfe 100644 --- a/webshit/index.html +++ b/webshit/index.html @@ -491,7 +491,7 @@ document.addEventListener('drop', (event) => { fetch('/prompt') .then(response => response.json()) .then(data => { - updateStatus(data.exec_info.queue_remaining); + updateStatus(data); }).catch((response) => {updateStatus(null)}); }