update test

This commit is contained in:
Wolfang Torres
2026-06-20 09:47:48 +08:00
parent 9ab1e1f921
commit 1f7c0f4db6

View File

@@ -30,8 +30,8 @@ def create_app():
app.config.from_pyfile("config.py", silent=True)
# for blueprint in (homescreen, mainapp):
for blueprint in (homescreen,):
for blueprint in (homescreen, mainapp):
# for blueprint in (homescreen,):
app.register_blueprint(blueprint)
return app