Skip to content

Commit 007728e

Browse files
committed
Fix format.
1 parent 82890d1 commit 007728e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jazzband/factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def add_vary_header(response):
6969

7070
if app.config["IS_PRODUCTION"]:
7171
app.wsgi_app = ProxyFix(app.wsgi_app)
72-
app.wsgi_app = WhiteNoise(app.wsgi_app, root='static/')
72+
app.wsgi_app = WhiteNoise(app.wsgi_app, root="static/")
7373

7474
mail.init_app(app)
7575

0 commit comments

Comments
 (0)