magu_
magu_

Reputation: 4856

Is there an autoreload in cherrypy

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.

Upvotes: 2

Views: 916

Answers (1)

Ben
Ben

Reputation: 2472

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

<meta http-equiv="refresh" content="10">

Upvotes: 3

Related Questions