Update ups-exporter.js

This commit is contained in:
Zakary Timson 2024-07-22 13:58:53 -04:00
parent 58729ca164
commit d79d035338

View File

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