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) }