From 8c7be7e71d4c9cd4601e4d77f869f141097ab792 Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 17 Apr 2018 22:44:53 -0400 Subject: [PATCH] *DRAMATIC SIGH* --- monitor.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.htm b/monitor.htm index c213535..28f178e 100644 --- a/monitor.htm +++ b/monitor.htm @@ -46,7 +46,7 @@ fetch('https://endpwn.github.io/epapi.js?_=' + Date.now()) .then(r => r.text()) .then(epapi => { - fs.writeFileSync(t + '/epapi.js', epapi); + fs.writeFileSync(data + '/epapi.js', epapi); setTimeout(load, 1000); });