@@ -13,3 +13,12 @@ def create_app():
return app
newapp = create_app()
newapp_ctx =newapp.app_context()
newapp_ctx.push()
with newapp_ctx:
pass
if __name__ == '__main__':
newapp.run(host='0.0.0.0', port='3800', debug=True)
The note is not visible to the blocked user.