From 824194488d4efc493407e45cc1914048fcd17a50 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 9 Feb 2024 21:28:21 -0600 Subject: [PATCH] fix pastebin fetch address --- tempest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest.html b/tempest.html index 37a63d3..184df39 100644 --- a/tempest.html +++ b/tempest.html @@ -31,7 +31,7 @@ // weather code inspired by https://kris.omg.lol // fetch from API proxy - fetch('https://paste.jbowdre.lol/testest.json/raw') + fetch('https://paste.jbowdre.lol/tempest.json/raw') .then(res => res.json()) .then(function(res){