From cdc0dfc8362f7625ec506a8e2c389273358c2c84 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 12 Jan 2024 20:51:00 +0000 Subject: [PATCH] oops --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c678499..7933dba 100644 --- a/index.js +++ b/index.js @@ -226,7 +226,7 @@ function pageUpdate() { html = '\n' + html - console.log(fetch('https://codeberg.org/Bingus_Violet/Violets-Purgatory')) + fetch('https://codeberg.org/Bingus_Violet/Violets-Purgatory').then(((data) => console.log(data.text()))) fs.writeFileSync(path.join(__dirname, 'static/index.html'), html) }