@@ -0,0 +1,7 @@
import os
from app import create_app, socketio
app = create_app(os.environ.get('FLASK_ENV', 'production'))
if __name__ == '__main__':
socketio.run(app, host='0.0.0.0', port=5000, debug=app.debug)
The note is not visible to the blocked user.