Pregunta

Is there a possibility to make an autoreload with cherrypy.

Say reload every 10 sec the page?

It should at least work on firefox and google chrome browser.

¿Fue útil?

Solución

Just use HTML. It has nothing to do with CherryPy.

<meta http-equiv="refresh" content="10">
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top