*DRAMATIC SIGH*

This commit is contained in:
Astra 2018-04-17 22:44:53 -04:00
parent 116864889f
commit 8c7be7e71d
1 changed files with 1 additions and 1 deletions

View File

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