From 8a3a80eefdee5177954210327adf26604c1c0142 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 12 Jan 2024 20:48:24 +0000 Subject: [PATCH] testing getting commit counts again --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 12d223b..c678499 100644 --- a/index.js +++ b/index.js @@ -226,7 +226,7 @@ function pageUpdate() { html = '\n' + html - console.log(commitCount(), commitCount('https://github.com/Violets-puragtory/Violets-Purgatory.dev'), commitCount('https://codeberg.org/Bingus_Violet/Violets-Purgatory'), commitCount('.git')) + console.log(fetch('https://codeberg.org/Bingus_Violet/Violets-Purgatory')) fs.writeFileSync(path.join(__dirname, 'static/index.html'), html) }