You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-25 22:12:28 +02:00
Fix code formatting
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user