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); });