소스 검색

Update sites before doing check.

pull/24/head
Ben Kurtovic 10 년 전
부모
커밋
190356b444
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app.fcgi

+ 1
- 1
app.fcgi 파일 보기

@@ -79,8 +79,8 @@ def close_databases(error):
@app.route("/")
@catch_errors
def index():
query = do_check()
update_sites()
query = do_check()
return render_template("index.mako", query=query, result=query.result)

@app.route("/settings", methods=["GET", "POST"])


불러오는 중...
취소
저장