File size: 135 Bytes
ec06ba6
 
 
 
1
2
3
4
const https = require('https');
setInterval(() => {
  https.get('https://Rapidfireop-puter.hf.space').on('error', () => {});
}, 25000);