summaryrefslogtreecommitdiff
path: root/cli/app/server/web.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-17 18:11:26 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-17 18:11:26 +0100
commitd165a0727e42349d935ab3ee287242f1e5029742 (patch)
treeb4fa68209127efdd4eb46c82eaef280535692611 /cli/app/server/web.py
parent92566ba17f5e921d5bff1f3fb4e4b0d92ca4fd39 (diff)
frontend. export/view button. interactivity sanity check
Diffstat (limited to 'cli/app/server/web.py')
-rw-r--r--cli/app/server/web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/server/web.py b/cli/app/server/web.py
index 1a3b064..5eb172c 100644
--- a/cli/app/server/web.py
+++ b/cli/app/server/web.py
@@ -52,7 +52,7 @@ def create_app(script_info=None):
@app.route('/favicon.ico')
def favicon():
return send_from_directory(os.path.join(app.root_path, 'static/img/'),
- 'favicon.ico',mimetype='image/vnd.microsoft.icon')
+ 'favicon.ico', mimetype='image/vnd.microsoft.icon')
@app.shell_context_processor
def shell_context():