예제 #1
0
 def GET(self):
     checker.started.wait(10)    # Make sure we are initialized
     return template_render.system_update(checker.status)
예제 #2
0
 def GET(self):
     checker.started.wait(10)  # Make sure we are initialized
     return template_render.system_update(checker.status)
예제 #3
0
파일: system_update.py 프로젝트: camx/OSPi
 def GET(self):
     checker.update_rev_data()
     return template_render.system_update(checker.status)
예제 #4
0
 def GET(self):
     checker.update_rev_data()
     return template_render.system_update(checker.status)