Fix code formatting

master
Tim Möhlmann 6 years ago committed by GitHub
parent c1bfde4e15
commit 738d98e5ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ import ipaddress
version = os.getenv("this_version") version = os.getenv("this_version")
static_url_path = "/" + version + "/static" static_url_path = "/" + version + "/static"
app = flask.Flask(__name__,static_url_path=static_url_path) app = flask.Flask(__name__, static_url_path=static_url_path)
flask_bootstrap.Bootstrap(app) flask_bootstrap.Bootstrap(app)
db = redis.StrictRedis(host='redis', port=6379, db=0) db = redis.StrictRedis(host='redis', port=6379, db=0)

Loading…
Cancel
Save