@@ -0,0 +1,7 @@
from app import create_app
import os
app = create_app(os.getenv('FLASK_ENV') or 'production')
if __name__ == "__main__":
app.run()
The note is not visible to the blocked user.