This commit is contained in:
theofficialomega
2026-05-30 15:06:19 +02:00
parent 74e0f0e5b3
commit d2b4a2e713
3 changed files with 260 additions and 206 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ module.exports = {
return programs
},
async channels() {
const doFetch = require('@ntlab/sfetch')
const doFetch = require('../../scripts/core/multifetch')
const channels = {}
const queues = [{ t: 'p', url: 'https://www.mytelly.co.uk/getform', params: this.request }]
await doFetch(queues, (queue, res) => {