Skip to content
Snippets Groups Projects
Commit 8aff8a29 authored by Julian Rother's avatar Julian Rother
Browse files

Merge branch 'master' of git.fsmpi.rwth-aachen.de:julianundandyfrickelnkram/videoagwebsite

parents 20472450 df0b42b1
Branches
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ import os
app = Flask(__name__)
app.jinja_env.trim_blocks = True
app.jinja_env.lstrip_blocks = True
def timer_func():
with app.test_request_context():
pass # do something
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment