update hotfix

This commit is contained in:
Wolfang Torres
2026-06-07 00:28:52 +08:00
parent bf2d21aa18
commit 9be033535b

View File

@@ -10,13 +10,9 @@ from .mainapp import mainapp
def create_app(*args): def create_app(*args):
print()
print(args)
print()
print(type(args))
print()
# create and configure the app # create and configure the app
app = Flask(__name__, instance_relative_config=True) app = Flask(__name__, instance_relative_config=True)
app.config['APPLICATION_ROOT'] = '/hsk'
# ensure the instance folder exists # ensure the instance folder exists
instance_path = Path(app.instance_path) instance_path = Path(app.instance_path)