Commit dca5cfda authored by Mattia Rizzolo's avatar Mattia Rizzolo

flake8

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent a534a59b
...@@ -34,7 +34,8 @@ def create_app(data_path): ...@@ -34,7 +34,8 @@ def create_app(data_path):
# Normalize the data path # Normalize the data path
data_path = os.path.expanduser(os.path.abspath(data_path)) data_path = os.path.expanduser(os.path.abspath(data_path))
app = flask.Flask(__name__, app = flask.Flask(
__name__,
static_url_path="/+assets", static_url_path="/+assets",
instance_path=data_path, instance_path=data_path,
) )
......
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