Skip to content

Commit

Permalink
Fix ImportError
Browse files Browse the repository at this point in the history
  • Loading branch information
phonetic112 authored Jan 1, 2025
1 parent cfba0b2 commit c6554ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aw_server/custom_static.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

from flask import (
Blueprint,
escape,
jsonify,
send_from_directory,
)

from markupsafe import escape

def get_custom_static_blueprint(custom_static_directories):
custom_static_blueprint = Blueprint("custom_static", __name__, url_prefix="/")
Expand Down

0 comments on commit c6554ac

Please sign in to comment.