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();