@@ -0,0 +1,10 @@
from office365_self_service import create_app
app = create_app()
if __name__ == "__main__":
app.run(
host=app.config["SETTINGS"].host,
port=app.config["SETTINGS"].port,
debug=app.config["SETTINGS"].debug,
)
The note is not visible to the blocked user.