Skip to content

Commit

Permalink
Merge pull request #2800 from andrewbaldwin44/bugfix/fix-extend-webui…
Browse files Browse the repository at this point in the history
…-example

Fix Extend Webui Example
  • Loading branch information
cyberw authored Jul 9, 2024
2 parents cac77bf + 445319c commit 54a8b3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/web_ui_cache_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ def extend_web_ui():
"""
# ensure the template_args are up to date before using them
environment.web_ui.update_template_args()
# set the static paths to use the modern ui
environment.web_ui.set_static_modern_ui()

return render_template(
"index.html",
Expand Down

0 comments on commit 54a8b3d

Please sign in to comment.