Commit 2ae20069 authored by nanahira's avatar nanahira

fix

parent 71637a1c
......@@ -90,8 +90,8 @@ def close_connection(exception):
@app.route('/')
@app.cache.cached(timeout=15)
def route_index():
version = get_version()
config_cut = get_config()
version = get_version(config_cut.get('git_url'))
config_cut['redis_host'] = None
config_cut['redis_port'] = None
config_cut['redis_password'] = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment