puter / keepalive.js
Rapidfireop's picture
Rename keepalive.sh to keepalive.js
ec06ba6 verified
raw
history blame contribute delete
135 Bytes
const https = require('https');
setInterval(() => {
https.get('https://Rapidfireop-puter.hf.space').on('error', () => {});
}, 25000);