Makes sure it do not crashes when polling.

This commit is contained in:
2023-09-21 11:21:26 +02:00
parent 3311594f1e
commit 93b663c2c8
5 changed files with 23 additions and 14 deletions

View File

@@ -3,8 +3,3 @@
</script>
pihole status
{#await data.raw}
waiting
{:then value}
<pre>{JSON.stringify(value, null, 2)}</pre>
{/await}