コード例 #1
0
ファイル: system_update.py プロジェクト: teodoryantcheff/OSPy
 def GET(self):
     restart(3)
     return template_render.restarting('/UPs')
コード例 #2
0
ファイル: system_update.py プロジェクト: teodoryantcheff/OSPy
 def GET(self):
     perform_update()
     return template_render.restarting('/UPs')