Преглед изворни кода

Update sites before doing check.

pull/24/head
Ben Kurtovic пре 9 година
родитељ
комит
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"])


Loading…
Откажи
Сачувај