Skip to content

Commit

Permalink
fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 30, 2024
1 parent e670aad commit 4737cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'CACHE_DEFAULT_TIMEOUT': 600
}
from flask_minify import Minify
Minify(app=app, html=True, js=True, cssless=True)
Minify(app=app, html=True, js=True, css=True)


cache = Cache(app, config=cache_config)
Expand Down

0 comments on commit 4737cb0

Please sign in to comment.