From d79d035338db1b7aa2d88317c6bf06ff928ecdb4 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Mon, 22 Jul 2024 13:58:53 -0400 Subject: [PATCH] Update ups-exporter.js --- ups-exporter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ups-exporter.js b/ups-exporter.js index 3d5c429..8bbb069 100755 --- a/ups-exporter.js +++ b/ups-exporter.js @@ -1,7 +1,7 @@ import { $ } from 'bun'; import http from 'http'; -const port = 3000; +const port = 1024; async function scrape() { const data = await $`pwrstat -status`.text();