From 44a45162def8b22552819b8ec99358400e6f3e85 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 12 Jan 2024 21:01:34 +0000 Subject: [PATCH] Working on this later --- index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.js b/index.js index 38a1f4d..3d15d21 100644 --- a/index.js +++ b/index.js @@ -226,11 +226,11 @@ function pageUpdate() { html = '\n' + html - fetch('https://github.com/Violets-puragtory/Violets-Purgatory.dev') - .then(((data) => data.text())) - .then((text) => { - console.log(text) - }) + // fetch('https://github.com/Violets-puragtory/Violets-Purgatory.dev') + // .then(((data) => data.text())) + // .then((text) => { + // console.log(text) + // }) fs.writeFileSync(path.join(__dirname, 'static/index.html'), html) }