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