@@ -52,5 +52,6 @@ def create_app() -> Flask:
if __name__ == "__main__":
port = int(os.environ.get("PORT", "7860"))
debug = os.environ.get("FLASK_DEBUG", "0") == "1"
app = create_app()
app.run(host="0.0.0.0", port=port, debug=True)
app.run(host="0.0.0.0", port=port, debug=debug)
The note is not visible to the blocked user.