startUpdateMachines(); (async () => { const urlParams = new URLSearchParams(window.location.search); const blk = await information(urlParams.get("machine"))["block"]; console.log("blk", blk); document.getElementById("status-title").innerHTML = `Machine Status for H${blk ? blk : '?'}` })();