Commit 73251f92 authored by comfyanonymous's avatar comfyanonymous
Browse files

Now it works in colab properly again.

parent 93d84e3b
...@@ -491,7 +491,7 @@ document.addEventListener('drop', (event) => { ...@@ -491,7 +491,7 @@ document.addEventListener('drop', (event) => {
fetch('/prompt') fetch('/prompt')
.then(response => response.json()) .then(response => response.json())
.then(data => { .then(data => {
updateStatus(data.exec_info.queue_remaining); updateStatus(data);
}).catch((response) => {updateStatus(null)}); }).catch((response) => {updateStatus(null)});
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment