From 4a890f7b4283b53e77809a105f98b28f22c3a608 Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 17 Apr 2018 22:37:36 -0400 Subject: [PATCH] stupid bug --- monitor.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitor.htm b/monitor.htm index bc09055..c213535 100644 --- a/monitor.htm +++ b/monitor.htm @@ -45,8 +45,8 @@ // grab EPAPI from master fetch('https://endpwn.github.io/epapi.js?_=' + Date.now()) .then(r => r.text()) - .then(t => { - fs.writeFileSync(t + '/epapi.js', ef.responseText); + .then(epapi => { + fs.writeFileSync(t + '/epapi.js', epapi); setTimeout(load, 1000); });