mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
:p
This commit is contained in:
parent
05112f23ac
commit
75d843435d
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ app.get("/watch", async function (req, res) {
|
||||||
const jj = await info.text();
|
const jj = await info.text();
|
||||||
const ip = JSON.parse(jj);
|
const ip = JSON.parse(jj);
|
||||||
|
|
||||||
for (let i = 0; i < 2; i++) {
|
for (let i = 0; i < 3 ; i++) {
|
||||||
try {
|
try {
|
||||||
core.video(v).then((data) => {
|
core.video(v).then((data) => {
|
||||||
const k = data.video;
|
const k = data.video;
|
||||||
|
|
Loading…
Reference in a new issue