Tu Nombre commited on
Commit
1af743a
·
1 Parent(s): 1a476e7

redirect 4min30 fixed

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -554,7 +554,7 @@ async function checkReady() {{
554
  }} catch(e) {{}}
555
  }}
556
  const checkInterval = setInterval(checkReady, 15000);
557
- setTimeout(checkReady, 30000);
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>"""