Added right codes

This commit is contained in:
Killer069
2021-09-06 22:06:33 +05:30
committed by GitHub
parent 5a69be22ba
commit 9d2cc09e8c

View File

@@ -178,6 +178,7 @@ export class Stream {
})
this.timer = setTimeout(() => {
this.request?.unpipe(this.stream)
this.loop()
}, 280 * 1000)
}