Spaces:
Running
Running
Tu Nombre commited on
Commit ·
1af743a
1
Parent(s): 1a476e7
redirect 4min30 fixed
Browse files
main.py
CHANGED
|
@@ -554,7 +554,7 @@ async function checkReady() {{
|
|
| 554 |
}} catch(e) {{}}
|
| 555 |
}}
|
| 556 |
const checkInterval = setInterval(checkReady, 15000);
|
| 557 |
-
setTimeout(
|
| 558 |
</script>
|
| 559 |
</body>
|
| 560 |
</html>"""
|
|
|
|
| 554 |
}} catch(e) {{}}
|
| 555 |
}}
|
| 556 |
const checkInterval = setInterval(checkReady, 15000);
|
| 557 |
+
setTimeout(function(){{window.location.href=url;}}, 270000);
|
| 558 |
</script>
|
| 559 |
</body>
|
| 560 |
</html>"""
|