Exemplo n.º 1
0
 def GET(self):
     checker.update_rev_data()
     return template_render.system_update(checker.status)
Exemplo n.º 2
0
 def GET(self):
     checker.update_rev_data()
     return template_render.system_update(checker.status)
Exemplo n.º 3
0
 def GET(self):
     checker.started.wait(10)    # Make sure we are initialized
     return template_render.system_update(checker.status)