@@ -0,0 +1,6 @@
import os, sys
app_path = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, app_path)
from app import create_app
application = create_app()
The note is not visible to the blocked user.