update test
This commit is contained in:
@@ -30,8 +30,8 @@ def create_app():
|
|||||||
|
|
||||||
app.config.from_pyfile("config.py", silent=True)
|
app.config.from_pyfile("config.py", silent=True)
|
||||||
|
|
||||||
# for blueprint in (homescreen, mainapp):
|
for blueprint in (homescreen, mainapp):
|
||||||
for blueprint in (homescreen,):
|
# for blueprint in (homescreen,):
|
||||||
app.register_blueprint(blueprint)
|
app.register_blueprint(blueprint)
|
||||||
|
|
||||||
return app
|
return app
|
||||||
|
|||||||
Reference in New Issue
Block a user